Skip to content

Commit

Permalink
use the latest registry snapshot for UI integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Nov 12, 2024
1 parent 4157b91 commit 138bdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Run UI tests
run: |
echo "Starting Registry API (In Memory)"
docker run -it -p 8080:8080 --env apicurio.rest.deletion.artifact-version.enabled=true --env apicurio.rest.mutability.artifact-version-content.enabled=true -d quay.io/apicurio/apicurio-registry:latest-release
docker run -it -p 8080:8080 --env apicurio.rest.deletion.artifact-version.enabled=true --env apicurio.rest.mutability.artifact-version-content.enabled=true -d quay.io/apicurio/apicurio-registry:latest-snapshot
echo "Starting Studio UI"
docker run -it -p 8888:8080 -d ttl.sh/${{ github.sha }}/apicurio/apicurio-studio-ui:1d
Expand Down

0 comments on commit 138bdbb

Please sign in to comment.