Skip to content

Commit

Permalink
[skip ci] Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0sh1dk authored and github-actions[bot] committed Dec 16, 2023
1 parent e49d158 commit 659b71e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autogen-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
success:
runs-on: ubuntu-latest
steps:
- name: GHA Docker Image Exists
- name: gha-docker-image-exists valid tag
id: gha-docker-image-exists
continue-on-error: true
uses: Y0sh1dk/gha-docker-image-exists@feature/ci-testing-action-test
uses: Y0sh1dk/gha-docker-image-exists@feature/ci-testing-action-test-2
with:
image: nginx:latest

Expand All @@ -25,10 +25,10 @@ jobs:
fail:
runs-on: ubuntu-latest
steps:
- name: GHA Docker Image Exists
- name: gha-docker-image-exists invalid tag
id: gha-docker-image-exists
continue-on-error: true
uses: Y0sh1dk/gha-docker-image-exists@feature/ci-testing-action-test
uses: Y0sh1dk/gha-docker-image-exists@feature/ci-testing-action-test-2
with:
image: nginx:invalid-tag

Expand Down

0 comments on commit 659b71e

Please sign in to comment.