Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwwarren committed Apr 17, 2024
1 parent be65ad6 commit 2da0094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
file: Dockerfile.test
platforms: linux/amd64
push: false
tags: cloudtruth/dynamic-importer-test:latest
tags: dynamic-importer-test:latest

- name: Test image
uses: addnab/docker-run-action@v3
with:
image: cloudtruth/dynamic-importer-test:latest
options: -v ${{ github.workspace }}:/app -e IS_GITHUB_ACTION=true
image: dynamic-importer-test:latest
options: -v ${{ github.workspace }}:/app

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 2da0094

Please sign in to comment.