Skip to content

Commit

Permalink
ci: set test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 17, 2022
1 parent ccde7fe commit 4a812c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: yarn install

- name: Run tests
timeout-minutes: 2
run: yarn test

test_pr:
Expand All @@ -57,7 +58,7 @@ jobs:
run: yarn install

- name: Run tests
timeout-minutes: 3
timeout-minutes: 2
run: yarn test

release:
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
run: yarn install

- name: Run tests
timeout-minutes: 2
run: yarn test

- name: Docs
Expand All @@ -105,6 +107,7 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> .npmrc
echo "//localhost:4873/:_authToken=${VERDACCIO_TOKEN}" >> .npmrc
echo "email=test@example.com" >> .npmrc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4a812c4

Please sign in to comment.