We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf353c commit 4228700Copy full SHA for 4228700
.github/workflows/tests.yml
@@ -148,6 +148,8 @@ jobs:
148
149
- name: Run tests on Apigee Edge SAAS.
150
run: |
151
+ mkdir ${{ github.workspace }}/output
152
+ sudo chmod 777 ${{ github.workspace }}/output
153
docker run \
154
-v "${{ github.workspace }}/input.properties:/app/input.properties" \
155
-v "${{ github.workspace }}/output:/app/target" \
0 commit comments