Skip to content

Commit

Permalink
Allow cypress to use the localhost apps to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed May 2, 2022
1 parent b67c784 commit d2c16ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
- run: make check-examples-checker
if: github.event_name != 'pull_request_target'
# Cypress tests
- run: make serve-gmf-apps &
if: github.event_name != 'pull_request_target'
- run: npm run test-cli
if: github.event_name != 'pull_request_target'
# Webpack build of ngeo/gmf examples and gmf apps
Expand Down

0 comments on commit d2c16ca

Please sign in to comment.