We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e961b commit edb8ffeCopy full SHA for edb8ffe
.github/workflows/main.yml
@@ -26,6 +26,6 @@ jobs:
26
cd ../OSMBuilding
27
yarn --prod=false
28
- name: Test
29
- run: NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" npm test
+ run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" timeout 20s npm test
30
- name: Coveralls
31
uses: coverallsapp/github-action@v2
0 commit comments