diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-19 21:20:36 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-19 21:20:36 +0100 |
| commit | 887d9e10e278cf2069dbeebb9ece4b81a83eada9 (patch) | |
| tree | 7a22bcde62437993626955c618ce2e52d112816c /.github | |
| parent | 6d3dd90ddce1da8fbec39efa84dbf2825326fbd0 (diff) | |
fix GH Actions run paths
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a707cd5d..6c2b40f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,14 +19,14 @@ jobs: - uses: seanmiddleditch/gha-setup-ninja@master - name: test_macos run: | - ./test_macos.sh + ./tests/test_macos.sh ios: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: test_ios run: | - ./test_ios.sh + ./tests/test_ios.sh #linux: # runs-on: ubuntu-latest # steps: |