Skip to content

Commit

Permalink
fix: suppress storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Mar 25, 2024
1 parent f3571e8 commit 0d6db6b
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,32 +132,32 @@ jobs:
- name: Build Affected
run: npx nx affected -t build build-storybook --parallel=3

publish-storybook:
name: Publish Storybook
needs: [build, lint]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: Cache NPM Dependencies
uses: actions/cache@v4
with:
path: |
node_modules
~/.cache
dist
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}

- name: Publish Storybook Affected
run: npx nx affected --target=publish-storybook --parallel=3 --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }}
# publish-storybook:
# name: Publish Storybook
# needs: [build, lint]
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - uses: nrwl/nx-set-shas@v3
# - uses: actions/setup-node@v4
# with:
# node-version: 20
# cache: 'npm'
#
# - name: Cache NPM Dependencies
# uses: actions/cache@v4
# with:
# path: |
# node_modules
# ~/.cache
# dist
# key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
#
# - name: Publish Storybook Affected
# run: npx nx affected --target=publish-storybook --parallel=3 --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }}

deploy-front-end:
name: Deploy Front-End
Expand Down

0 comments on commit 0d6db6b

Please sign in to comment.