Skip to content

Commit edb8ffe

Browse files
authored
Update main.yml
1 parent 18e961b commit edb8ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cd ../OSMBuilding
2727
yarn --prod=false
2828
- name: Test
29-
run: NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" npm test
29+
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" timeout 20s npm test
3030
- name: Coveralls
3131
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)