Skip to content

Commit

Permalink
serve pulp-ui-config to cypress too
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Nov 5, 2024
1 parent 73870aa commit 567e4a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
--rewrite '/extensions/(.*) -> http://localhost:8080/extensions/$1' \
--rewrite '/pulp/(.*) -> http://localhost:8080/pulp/$1' \
--rewrite '/static/rest_framework/(.*) -> http://localhost:8080/static/rest_framework/$1' \
--rewrite '/v2/(.*) -> http://localhost:8080/v2/$1' &
--rewrite '/v2/(.*) -> http://localhost:8080/v2/$1' \
--rewrite '/pulp-ui-config.json -> /static/pulp_ui/pulp-ui-config.json' &
- name: 'Ensure index.html uses the new js'
run: |
Expand Down

0 comments on commit 567e4a7

Please sign in to comment.