Skip to content

Commit

Permalink
fix: XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigge committed Jul 19, 2022
1 parent 31c7575 commit 490833e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
ui-tests:
needs: unit-tests
runs-on: ubuntu-20.04
container:
image: cypress/browsers:node12.16.1-chrome80-ff73
options: --user 1001
strategy:
fail-fast: false
matrix:
Expand All @@ -81,7 +84,7 @@ jobs:
browser: ${{ matrix.browser }}
working-directory: packages/ui-tests
wait-on: 'http://localhost:9009'
command-prefix: yarn workspace practical-react-components-ui-tests
command-prefix: yarn

- name: Upload screenshots for failed UI tests
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 490833e

Please sign in to comment.