Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Jan 28, 2025
1 parent 5de9106 commit 0f7e32f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/bastion-ui-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ runs:
COMMAND: |
cd metalk8s/ui
rm -rf babel.config.js
#replace http://localhost in cypress/fixtures/deployed-ui-apps.json by ${{ inputs.TARGET_URL }}
sed -i "s|http://localhost|${{ inputs.TARGET_URL }}|g" cypress/fixtures/deployed-ui-apps.json
CYPRESS_BASE_URL=\"${{ inputs.TARGET_URL }}\" npm run \"test:${{ inputs.TEST_FILTERS }}\"
- name: Create dest directory
Expand Down

0 comments on commit 0f7e32f

Please sign in to comment.