Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,9 @@ jobs:
echo "checking health endpoint"
curl -sfS http://127.0.0.1:8080/health

# No registry login and no github-token: the default repository is public, so a
# consumer needs no credentials. A failure here means the default has stopped
# No registry login, no github-token, and no version: this is the path a
# consumer with no inputs takes, and the default repository is public, so it
# needs no credentials. A failure here means the defaults have stopped
# resolving something anyone can pull.
test-published-image-action:
runs-on: ubuntu-latest
Expand All @@ -201,7 +202,6 @@ jobs:
id: action
uses: ./
with:
version: v0.2.10
nitro-contracts-version: v3.2
l3-enabled: true

Expand Down
Loading