Skip to content

Commit

Permalink
don't continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Mar 1, 2024
1 parent f76bd9c commit e4ee048
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
auto-cancel-after-failures: 1
wait-on: 'http://localhost:3000'
command: yarn cypress:runRbac
continue-on-error: true

- name: Run General Cypress Tests
uses: cypress-io/github-action@v6
Expand All @@ -81,7 +80,6 @@ jobs:
auto-cancel-after-failures: 1
wait-on: 'http://localhost:3000'
command: yarn cypress:runGeneral
continue-on-error: true

- name: Run Organization Cypress Tests
uses: cypress-io/github-action@v6
Expand All @@ -90,7 +88,6 @@ jobs:
auto-cancel-after-failures: 1
wait-on: 'http://localhost:3000'
command: yarn cypress:runOrganizations
continue-on-error: true

- name: Stop Docker containers
run: |
Expand Down

0 comments on commit e4ee048

Please sign in to comment.