Skip to content

Commit

Permalink
Remove storybook CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Sep 11, 2023
1 parent f1d3ccb commit 596647d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 82 deletions.
35 changes: 0 additions & 35 deletions .github/workflow.templates/storybook.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/storybook.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/vitest-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- 5
- 6
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: "18"
- name: Cache node modules and firebase emulators
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.rush
Expand Down

0 comments on commit 596647d

Please sign in to comment.