Skip to content

Commit

Permalink
build(ci): fix github ci missing args
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancailbourdin committed Jan 7, 2025
1 parent 51fed57 commit 94b7463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Run Pupeteer scenarios
run: |
chmod +x puppeteer/run.sh
CAS_ARGS="-Dcom.sun.net.ssl.checkRevocation=false --spring.profiles.active=test" ./puppeteer/run.sh
CAS_ARGS="-Dcom.sun.net.ssl.checkRevocation=false --spring.profiles.active=test" CAS_DELEG_ARGS="--spring.profiles.active=deleg" ./puppeteer/run.sh

0 comments on commit 94b7463

Please sign in to comment.