| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6eb9917 commit fad51c2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,9 +77,14 @@ jobs: | |||
| 77 | 77 | - name: Environment Information | |
| 78 | 78 | run: npx envinfo | |
| 79 | 79 | - name: Build | |
| 80 | - run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support" | ||
| 80 | + working-directory: node | ||
| 81 | + run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support" | ||
| 81 | 82 | - name: Test | |
| 82 | - run: make -C node test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 83 | + working-directory: node | ||
| 84 | + run: make test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 85 | + - name: Ensure running tests did not cause any change in the tree | ||
| 86 | + working-directory: node | ||
| 87 | + run: git add -A && git diff --name-only --exit-code --staged | ||
| 83 | 88 | - name: Re-run test in a folder whose name contains unusual chars | |
| 84 | 89 | run: | | |
| 85 | 90 | mv node "$DIR" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments