Skip to content

Commit

Permalink
EMAILCLOUD-470: Use prod creds for testing. JDK set to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat-Gumerov committed Aug 15, 2023
1 parent e77c3cd commit fa9b862
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 19
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 19
java-version: 17
- name: Run tests
run: mvn test -Dgroups=pipeline --batch-mode -q
env:
clientId: ${{secrets.appSid}}
clientSecret: ${{secrets.appKey}}
apiBaseUrl: "https://api-qa.aspose.cloud"
clientId: ${{secrets.appSidProd}}
clientSecret: ${{secrets.appKeyProd}}
apiBaseUrl: "https://api.aspose.cloud"

0 comments on commit fa9b862

Please sign in to comment.