Skip to content

Commit

Permalink
Update run-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeheust authored Oct 5, 2023
1 parent 2afe901 commit 80c91fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
OCI_COMPARTMENT_OCID: ${{ secrets.OCI_COMPARTMENT_OCID }}
OCI_USER_OCID: ${{ secrets.OCI_USER_OCID }}
OCI_PRIVATE_KEY_PEM: ${{ secrets.OCI_PRIVATE_KEY_PEM }}
OCI_FINGERPRINT: ${{ secrets.OCI_FINGERPRINT }}
OCI_FINGERPRINT: ${{ secrets.OCI_FINGERPRINT }}
OCI_TEST_INPUT_JAVA: ${{ secrets.OCI_TEST_INPUT_JAVA }}
run: |
cd test
echo $OCI_TEST_INPUT_JAVA > input-${{ inputs.type }}.json
java -jar appstack-test.jar appstackfor${{ inputs.type }}.zip input-${{ inputs.type }}.json

0 comments on commit 80c91fe

Please sign in to comment.