1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-04-15 11:56:49 +02:00

Move test script to workflows folder

This commit is contained in:
Joel Speed 2020-10-07 18:14:41 +01:00
parent 7861a707cd
commit b848663a3d
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: |
./test.sh
./.github/workflows/test.sh
docker:
runs-on: ubuntu-18.04