Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-benedictlee authored Nov 18, 2023
1 parent 0723f11 commit 7469bac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,10 @@ jobs:
- name: Run smoke tests
if: ${{ ! cancelled() }}
run: |
curl -k https://127.0.0.1:5000
cd qa-test/smoke-testing
npm install
npx playwright install
ENVIRONMENT_URL=$ENVIRONMENT_URL_DEV npx playwright test
npx playwright test
- name: Run frontend tests
if: ${{ ! cancelled() }}
Expand Down

0 comments on commit 7469bac

Please sign in to comment.