Skip to content

Commit

Permalink
Remove env. variable prefix from server startup
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Sep 22, 2022
1 parent bb84562 commit ef49da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
with:
install: false
browser: ${{ matrix.browser }}
start: SOLUTIONS_WEBHOOK="$env:SOLUTIONS_WEBHOOK" npm start
start: npm start
wait-on: http://localhost:3000
record: true
group: ${{ matrix.browser }} @ ${{ matrix.os }}
Expand Down

0 comments on commit ef49da8

Please sign in to comment.