Skip to content

Commit

Permalink
Pass TESWIZ_APPLITOOLS_API_KEY in the standalone pdf test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Nov 26, 2024
1 parent 330894d commit 7aadae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Standalone_PDF_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Run passing tests
- name: Run standalone PDF tests
run: |
RUN_IN_CI=true CONFIG=./configs/pdf/local_pdf_config.properties PLATFORM=pdf TAG=@standalone ./gradlew run
RUN_IN_CI=true TESWIZ_APPLITOOLS_API_KEY=${{ secrets.TESWIZ_APPLITOOLS_API_KEY }} CONFIG=./configs/pdf/local_pdf_config.properties PLATFORM=pdf TAG=@standalone ./gradlew run
- name: Save Test Artifacts
if: ${{ always() }} # Ensure this step runs even if the tests fail
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7aadae8

Please sign in to comment.