Skip to content

Commit

Permalink
Merge pull request I-TECH-UW#954 from abertnamanya/develop_3x
Browse files Browse the repository at this point in the history
Cypress github Action updates
  • Loading branch information
mozzy11 authored Apr 2, 2024
2 parents 885f4a4 + f0aa352 commit 38ef4e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/frontend-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ jobs:
uses: actions/checkout@v2
with:
repository: ${{github.repository}}


- name: Run OpenELS image
run : docker-compose -f build.docker-compose.yml up -d

- name: Sleep for 2 minutes
run: sleep 2m
shell: bash

- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion frontend/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineConfig({
setupNodeEvents(on, config) {
// implement node event listeners here
},
baseUrl: "https://openelis28.openelis-global.org",
baseUrl: "https://localhost",
testIsolation: false,
},
});

0 comments on commit 38ef4e4

Please sign in to comment.