Skip to content

Commit

Permalink
#1 adding nessesary deps in test step
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnyprod committed Jul 8, 2022
1 parent cdd8e68 commit aea5475
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,33 @@ jobs:
needs:
- build
steps:
- name: set gradle opts
uses: allenevans/[email protected]
with:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
- name: set gradle user home
run: export GRADLE_USER_HOME=`pwd`/.gradle
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: create chain credentials
uses: finnp/[email protected]
env:
FILE_NAME: ".ssl-keys/chain.crt"
FILE_DATA: $CHAIN_CERT
- name: create chain credentials
uses: finnp/[email protected]
env:
FILE_NAME: ".ssl-keys/private.pem"
FILE_DATA: $PRIVATE_PEM
- name: create chain credentials
uses: finnp/[email protected]
env:
FILE_NAME: ".ssl-keys/password.txt"
FILE_DATA: $PASSWORD_TXT
- name: Download build artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit aea5475

Please sign in to comment.