Move test script to workflows folder
This commit is contained in:
parent
7861a707cd
commit
b848663a3d
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||||
run: |
|
run: |
|
||||||
./test.sh
|
./.github/workflows/test.sh
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue