| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 14d228a commit debd3c2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,16 +35,11 @@ permissions: | |||
| 35 | 35 | jobs: | |
| 36 | 36 | test-linux: | |
| 37 | 37 | if: github.event.pull_request.draft == false | |
| 38 | - runs-on: ${{ matrix.os }} | ||
| 39 | - strategy: | ||
| 40 | - fail-fast: false | ||
| 41 | - matrix: | ||
| 42 | - os: [ubuntu-24.04, ubuntu-24.04-arm] | ||
| 38 | + runs-on: ubuntu-24.04 | ||
| 43 | 39 | steps: | |
| 44 | 40 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 45 | 41 | with: | |
| 46 | 42 | persist-credentials: false | |
| 47 | - path: node | ||
| 48 | 43 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 49 | 44 | uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 | |
| 50 | 45 | with: | |
@@ -56,13 +51,6 @@ jobs: | |||
| 56 | 51 | - name: Environment Information | |
| 57 | 52 | run: npx envinfo | |
| 58 | 53 | - name: Build | |
| 59 | - run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | ||
| 54 | + run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | ||
| 60 | 55 | - name: Test | |
| 61 | - run: make -C node run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 62 | - - name: Re-run test in a folder whose name contains unusual chars | ||
| 63 | - run: | | ||
| 64 | - mv node "$DIR" | ||
| 65 | - cd "$DIR" | ||
| 66 | - ./tools/test.py --flaky-tests keep_retrying -p actions -j 4 | ||
| 67 | - env: | ||
| 68 | - DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…` | ||
| 56 | + run: make run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments