Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Feb 26, 2024
1 parent 3e69fa1 commit 0c618e1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,14 @@ jobs:
cd test
make up
- name: Start Frontend
run: yarn build && GRAPHQL_API=http://0.0.0.0:33000/graphql KEYCLOAK_API=http://0.0.0.0:38088/auth yarn start

- name: Wait for frontend to be ready
run: npx wait-on "http://localhost:3000"

- name: Run Cypress Tests
uses: cypress-io/github-action@v6
with:
config-file: ./cypress/cypress.config.ts
run: yarn cypress:runAll

auto-cancel-after-failures: 1
build: yarn build && GRAPHQL_API=http://0.0.0.0:33000/graphql KEYCLOAK_API=http://0.0.0.0:38088/auth yarn start
command: yarn cypress:runAll

- name: Stop Docker containers
run: |
cd test
Expand Down

0 comments on commit 0c618e1

Please sign in to comment.