Update test.yml

This commit is contained in:
Opportunity
2019-10-12 12:17:49 +08:00
committed by GitHub
Unverified
parent 76fa3f72be
commit 14d3fd98c4
+2 -2
View File
@@ -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