Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Jan 28, 2025
1 parent 0f7e32f commit 3f045a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bastion-ui-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
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
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 3f045a4

Please sign in to comment.