소스 검색

fix GH Actions run paths

Andre Weissflog 2 년 전
부모
커밋
887d9e10e2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.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: