diff options
| author | Brent Cook <busterb@gmail.com> | 2021-05-28 04:53:27 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2021-05-30 18:10:37 -0500 |
| commit | e55410dc80acd7d40f8a30007870d1ce7ce33034 (patch) | |
| tree | ddc1bbd62c6ceac89c5d50f2485022db99974a8c /.github/workflows/android_test.yml | |
| parent | c8911ede68dc33a19e540b0c1026d3cbfb0067d3 (diff) | |
| download | portable-e55410dc80acd7d40f8a30007870d1ce7ce33034.tar.gz portable-e55410dc80acd7d40f8a30007870d1ce7ce33034.tar.bz2 portable-e55410dc80acd7d40f8a30007870d1ce7ce33034.zip | |
update badges, further split out actions by OS, add more Linux targets
Diffstat (limited to '.github/workflows/android_test.yml')
| -rw-r--r-- | .github/workflows/android_test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android_test.yml b/.github/workflows/android_test.yml index ea09846..1632972 100644 --- a/.github/workflows/android_test.yml +++ b/.github/workflows/android_test.yml | |||
| @@ -14,7 +14,7 @@ jobs: | |||
| 14 | steps: | 14 | steps: |
| 15 | - uses: actions/checkout@v2 | 15 | - uses: actions/checkout@v2 |
| 16 | - name: Run CI script | 16 | - name: Run CI script |
| 17 | run: ./scripts/travis | 17 | run: ./scripts/test |
| 18 | 18 | ||
| 19 | build-android-10-11: | 19 | build-android-10-11: |
| 20 | runs-on: ubuntu-18.04 | 20 | runs-on: ubuntu-18.04 |
| @@ -27,4 +27,4 @@ jobs: | |||
| 27 | steps: | 27 | steps: |
| 28 | - uses: actions/checkout@v2 | 28 | - uses: actions/checkout@v2 |
| 29 | - name: Run CI script | 29 | - name: Run CI script |
| 30 | run: ./scripts/travis | 30 | run: ./scripts/test |
