Skip to content

Commit

Permalink
Update storybook-tests.yml (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Feb 21, 2023
1 parent 0c70192 commit b827b17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:

jobs:
test:
timeout-minutes: 60
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Install dependencies
run: npm i
- name: Install Playwright
Expand Down

0 comments on commit b827b17

Please sign in to comment.