Skip to content

Commit

Permalink
fixed permisson on file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinerius committed Apr 25, 2023
1 parent d60dc3d commit 0d900d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
-v $(pwd)/tmp/Unity:/root/.local/share/unity3d/Unity \
-v $(pwd):/app \
quay.io/decentraland/asset-bundle-converter@${{ steps.docker_build.outputs.digest }} \
sh -c "cd /app ; ls -la ; ./ci-editmode-test.sh"
sh -c "cd /app ; ls -la ; chmod +x ci-editmode-test.sh ; ./ci-editmode-test.sh"
- name: Run test conversion of urn:decentraland:off-chain:base-avatars:brown_pants
run: |
Expand Down

0 comments on commit 0d900d6

Please sign in to comment.