Skip to content

Commit

Permalink
working on Ci/Cd #10
Browse files Browse the repository at this point in the history
  • Loading branch information
david emioma committed Mar 15, 2024
1 parent 3d3bfc5 commit 8d56da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
uses: cypress-io/github-action@v3
with:
start: npm run start
wait-on: "http://localhost:3001"
wait-on: "http://localhost:3000"
wait-on-timeout: 60
env:
CYPRESS_BASE_URL: http://localhost:3001
CYPRESS_BASE_URL: http://localhost:3000
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
TEST_STORE_ID: ${{ secrets.TEST_STORE_ID }}
TEST_EMAIL: ${{ secrets.TEST_EMAIL }}
Expand Down

0 comments on commit 8d56da1

Please sign in to comment.