Skip to content

Commit

Permalink
TST: Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 25, 2024
1 parent 9db4d04 commit 49f45da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ jobs:
- name: Check `image_latest_artifact`
uses: nick-fields/assert-action@v1
with:
expected: europe-west6-docker.pkg.dev/my-test-project/my-affix/my-test-service:refs-pull-${{ github.event.number }}-latest
expected: europe-west6-docker.pkg.dev/my-test-project/my-affix/my-test-service:refs-pull-${{ github.event.number }}-mer-latest
actual: ${{ steps.get-deployment-info.outputs.image_latest_artifact }}

- name: Check `image_latest_tag`
uses: nick-fields/assert-action@v1
with:
expected: refs-pull-${{ github.event.number }}-latest
expected: refs-pull-${{ github.event.number }}-mer-latest
actual: ${{ steps.get-deployment-info.outputs.image_latest_tag }}

- name: Check `image_version_artifact`
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Check `image_version_tag`
uses: nick-fields/assert-action@v1
with:
expected: refs-pull-${{ github.event.number }}
expected: refs-pull-${{ github.event.number }}-mer
actual: ${{ steps.get-deployment-info.outputs.image_version_tag }}

- name: Check `short_sha`
Expand All @@ -125,11 +125,11 @@ jobs:
- name: Check `revision_tag`
uses: nick-fields/assert-action@v1
with:
expected: refs-pull-${{ github.event.number }}
expected: refs-pull-${{ github.event.number }}-mer
actual: ${{ steps.get-deployment-info.outputs.revision_tag }}

- name: Check `revision_tag_slug`
uses: nick-fields/assert-action@v1
with:
expected: refs-pull-${{ github.event.number }}
expected: refs-pull-${{ github.event.number }}-mer
actual: ${{ steps.get-deployment-info.outputs.revision_tag_slug }}

0 comments on commit 49f45da

Please sign in to comment.