We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d228a commit ed15707Copy full SHA for ed15707
.github/workflows/test-linux.yml
@@ -35,11 +35,7 @@ permissions:
35
jobs:
36
test-linux:
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]
+ runs-on: ubuntu-24.04
43
steps:
44
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
with:
@@ -59,10 +55,3 @@ jobs:
59
55
run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
60
56
- name: Test
61
57
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?'åß∂ƒ©∆¬…`
0 commit comments