Skip to content

Commit

Permalink
ci: update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
supunTE committed Mar 18, 2024
1 parent 782e189 commit d0acb54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/onPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.19.0]
node-version: [ 16.19.0 ]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -26,6 +26,7 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
onlyChanged: true
storybookBaseDir: dist/storybook/client
autoAcceptChanges: main
- if: steps.chromatic.outputs.buildUrl != 'undefined'
name: Publish Summary
Expand Down

0 comments on commit d0acb54

Please sign in to comment.