Skip to content

Commit

Permalink
WIP: Temp.disable part of CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed May 5, 2022
1 parent 83d22ef commit 9888baf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/webviz-subsurface-components.yml
Expand Up @@ -105,15 +105,15 @@ jobs:
working-directory: ./react
start: npm run storybook
wait-on: "http://localhost:6006"
- uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-screenshots
path: |
react/cypress/screenshots
react/cypress/snapshots
!react/cypress/snapshots/*/*.snap.png
retention-days: 5
# - uses: actions/upload-artifact@v2
# if: failure()
# with:
# name: cypress-screenshots
# path: |
# react/cypress/screenshots
# react/cypress/snapshots
# !react/cypress/snapshots/*/*.snap.png
# retention-days: 5

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 9888baf

Please sign in to comment.