|
5 | 5 | branches: |
6 | 6 | - main |
7 | 7 | tags: ['v*.*.*'] |
8 | | - paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu'] |
| 8 | + paths: ['.github/scripts/**','.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu'] |
9 | 9 | pull_request: |
10 | 10 | types: [opened, synchronize, reopened] |
11 | | - paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu'] |
| 11 | + paths: ['.github/scripts/**','.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu'] |
12 | 12 |
|
13 | 13 | env: |
14 | 14 | BRANCH_NAME: ${{ github.head_ref || github.ref_name }} |
|
76 | 76 |
|
77 | 77 | # run e2e testing |
78 | 78 | cd nitro |
79 | | - ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }} |
| 79 | + chmod +x ../.github/scripts/e2e-test-linux-and-mac.sh && ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }} |
80 | 80 | cd .. |
81 | 81 |
|
82 | 82 | zip -r nitro.zip nitro |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 |
|
128 | 128 | # run e2e testing |
129 | 129 | cd nitro |
130 | | - ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }} |
| 130 | + chmod +x ../.github/scripts/e2e-test-linux-and-mac.sh && ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }} |
131 | 131 | cd .. |
132 | 132 |
|
133 | 133 | zip -r nitro.zip nitro |
@@ -180,7 +180,7 @@ jobs: |
180 | 180 |
|
181 | 181 | # run e2e testing |
182 | 182 | cd nitro |
183 | | - ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }} |
| 183 | + chmod +x ../.github/scripts/e2e-test-linux-and-mac.sh && ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }} |
184 | 184 | cd .. |
185 | 185 |
|
186 | 186 | zip -r nitro.zip nitro |
@@ -231,7 +231,7 @@ jobs: |
231 | 231 |
|
232 | 232 | # run e2e testing |
233 | 233 | cd nitro |
234 | | - ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }} |
| 234 | + chmod +x ../.github/scripts/e2e-test-linux-and-mac.sh && ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }} |
235 | 235 | cd .. |
236 | 236 |
|
237 | 237 | zip -r nitro.zip nitro |
|
0 commit comments