Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinerius committed Apr 21, 2023
1 parent 88beb09 commit 74b96e0
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 @@ -45,7 +45,7 @@ jobs:
docker run \
-v $(pwd)/tmp/Unity:/root/.local/share/unity3d/Unity \
quay.io/decentraland/asset-bundle-converter@${{ steps.docker_build.outputs.digest }} \
sh -c "pwd ; ls ; cd .. ; ls ; .$(pwd)/ci-editmode-test.sh"
sh -c "cd ../asset-bundle-converter ; echo --- ; ls ; .$(pwd)/ci-editmode-test.sh"
- name: Run test conversion of urn:decentraland:off-chain:base-avatars:brown_pants
run: |
Expand Down

0 comments on commit 74b96e0

Please sign in to comment.