Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-luzan committed Nov 13, 2024
1 parent 0cf3208 commit fd81283
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
branches:
- master

jobs:
lint:
name: Linter
Expand Down Expand Up @@ -42,6 +41,10 @@ jobs:
name: Storybook build test
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down

0 comments on commit fd81283

Please sign in to comment.