File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,7 @@ 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 :
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?'åß∂ƒ©∆¬…`
You can’t perform that action at this time.
0 commit comments