Skip to content

Commit ba46a8f

Browse files
Update continuous-integration.yml
Signed-off-by: Alexey Filippov <[email protected]>
1 parent a4aa658 commit ba46a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16-
- name: Install Node v18
16+
- name: Install Node v20
1717
uses: actions/[email protected]
1818
with:
1919
node-version: 20
@@ -24,7 +24,7 @@ jobs:
2424
run: yarn install --frozen-lockfile
2525

2626
- name: Run Tests
27-
run: yarn run test
27+
run: yarn run test --passWithNoTests
2828

2929
- name: Run ESlint
3030
run: yarn lint

0 commit comments

Comments
 (0)