Skip to content

Commit

Permalink
Remove env param
Browse files Browse the repository at this point in the history
  • Loading branch information
almeida1492 committed Sep 28, 2020
1 parent e07a595 commit fb06d4c
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 @@ -24,6 +24,6 @@ jobs:
with:
record: false
start: npm start
spec: cypress/integration/login_activity_spec.js
env: host=localhost,port=3000
spec: cypress/integration/**/*
# env: host=localhost,port=3000
wait-on: "http://localhost:3000"

0 comments on commit fb06d4c

Please sign in to comment.