Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Oct 20, 2024
1 parent 3f8af1f commit 832ba78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker_tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: 🧪 Docker tests
on:
workflow_call:
inputs:
image-tag:
required: true
type: string

concurrency:
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-docker-tests
Expand All @@ -25,7 +21,7 @@ jobs:
docker run --rm \
-v $(pwd)/tests/avatars-test-input.json:/app/avatars.json \
-v $(pwd)/output:/app/output \
${{ inputs.image-tag }}
quay.io/decentraland/godot-explorer:${{ github.sha }}
- name: Compare images with snapshots
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ jobs:
docker-tests:
name: 🧪 Docker tests
needs: docker-build
uses: ./.github/workflows/docker_tests.yml
with:
image-tag: ${{ needs.docker-build.outputs.image-tag }}
uses: ./.github/workflows/docker_tests.yml

0 comments on commit 832ba78

Please sign in to comment.