Skip to content

Commit

Permalink
use https on E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Apr 22, 2024
1 parent 6e5bd21 commit 9a46998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wdio-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Start
run: npm run start
- name: Wait on Localhost
run: npx wait-on http://localhost:3001
run: npx wait-on https://localhost:3001
- name: Test
run: npm run wdio

0 comments on commit 9a46998

Please sign in to comment.