Skip to content

Commit

Permalink
Update cypress-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nimya-aot authored Jan 21, 2025
1 parent 2a8f69e commit 4909bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
CYPRESS_keycloakUsername: ${{secrets.keycloakUsername}}
CYPRESS_keycloakPassword: ${{secrets.keycloakPassword}}
CYPRESS_depEnv: pr-${{ github.event.inputs.pr-number }}
CYPRESS_depEnv: 'pr-${{ github.event.inputs.pr-number }}'

- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 4909bc1

Please sign in to comment.