Skip to content

Commit

Permalink
updated e2e port
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Mar 18, 2024
1 parent 7b1d838 commit 3ef8e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wdio-e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: E2E Tests
on:
on:
pull_request:
branches: [main]
jobs:
Expand Down Expand Up @@ -29,10 +29,10 @@ jobs:
with:
cmd: install # will run `yarn install` command
- name: Build
run: npm run build
run: npm run build
- name: Start
run: npm run start
- name: Wait on Localhost
run: npx wait-on http://localhost:3000
run: npx wait-on http://localhost:3001
- name: Test
run: npm run wdio

0 comments on commit 3ef8e5d

Please sign in to comment.