Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bender101 committed Nov 30, 2023
1 parent c717e18 commit 2776198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
- name: build storybook
run: npm run storybook:build
if: always()
# - name: screenshot testing
# run: npm run test:ui:ci
# if: always()
- name: screenshot testing
run: npm run test:ui:ci
if: always()
- name: unit testing
if: always()
run: npm run test:unit
Expand All @@ -91,7 +91,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
if: always()
with:
path: "reports"
path: 'reports'
- name: Deploy to GitHub Pages
id: deployment
if: always()
Expand Down

0 comments on commit 2776198

Please sign in to comment.