Skip to content

Commit

Permalink
silly yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtphelan1 committed Oct 16, 2023
1 parent ec1c66f commit 182187c
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 @@ -28,7 +28,7 @@ jobs:
CI: true
# Build code and run as a prod server in the bg
- run: npm run build
- run: npx run start-prod &
- run: npm run start-prod &
# Run nightwatch tests
- run: npm run test:e2e
env:
Expand Down

0 comments on commit 182187c

Please sign in to comment.