Skip to content

Commit afea4d0

Browse files
author
danil-nizamov
committed
fixed macos config
1 parent 769d395 commit afea4d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858

5959
- name: Run integration tests
6060
working-directory: ./tests
61-
run: timeout 10m npm run test:integration
61+
run: npm run test:integration
62+
timeout-minutes: 10
6263

6364
- name: Upload test results
6465
uses: actions/upload-artifact@v4
@@ -99,4 +100,5 @@ jobs:
99100

100101
- name: Run integration tests
101102
working-directory: ./tests
102-
run: timeout 10m npm run test:integration
103+
run: npm run test:integration
104+
timeout-minutes: 10

0 commit comments

Comments
 (0)