Update test.yml
This commit is contained in:
committed by
GitHub
Unverified
parent
76fa3f72be
commit
14d3fd98c4
@@ -1,4 +1,4 @@
|
|||||||
name: Test
|
name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- uses: xmake-io/github-action-setup-xmake@master
|
- uses: xmake-io/github-action-setup-xmake@master
|
||||||
with:
|
with:
|
||||||
xmake-version: latest
|
xmake-version: latest
|
||||||
- name: test
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
xmake create -P test
|
xmake create -P test
|
||||||
xmake build -P test
|
xmake build -P test
|
||||||
|
|||||||
Reference in New Issue
Block a user