Skip to content

Commit

Permalink
actions: run component tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Nov 24, 2022
1 parent 3d28f92 commit ee6434d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ jobs:
start: yarn run serve --hide=CLIENT # turn off build output because it's absurdly long
wait-on: http://localhost:8080/
config-file: cypress.config.js
spec: "tests/e2e/**/*"
spec: |
tests/e2e/**/*
cypress/component/**
browser: ${{ matrix.browser }}
env:
CYPRESS_baseUrl: http://localhost:8080/
Expand Down

0 comments on commit ee6434d

Please sign in to comment.