Skip to content

Commit 63786b8

Browse files
committed
feat: temp add push to test and disable fail-fast
1 parent e504ff8 commit 63786b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515

1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
1920

@@ -26,6 +27,6 @@ jobs:
2627
cache: 'npm'
2728
- name: Enable linger for admin user (Linux only)
2829
if: runner.os == 'Linux'
29-
run: loginctl enable-linger admin
30+
run: loginctl enable-linger $(whoami)
3031
- run: npm ci
3132
- run: npm run test -- ./test --no-file-parallelism --disable-console-intercept

0 commit comments

Comments
 (0)