Skip to content

Commit 4228700

Browse files
committed
fix: permissions fix
1 parent baf353c commit 4228700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ jobs:
148148
149149
- name: Run tests on Apigee Edge SAAS.
150150
run: |
151+
mkdir ${{ github.workspace }}/output
152+
sudo chmod 777 ${{ github.workspace }}/output
151153
docker run \
152154
-v "${{ github.workspace }}/input.properties:/app/input.properties" \
153155
-v "${{ github.workspace }}/output:/app/target" \

0 commit comments

Comments
 (0)