Skip to content

Commit

Permalink
Fix artifact reference in smoke tests
Browse files Browse the repository at this point in the history
Fix bug in our workflows definition that was recently introduced.
It causes the smoke test to fail to obtain EVE image when it is running
from the EVE repo.

Signed-off-by: Milan Lenco <milan@zededa.com>
  • Loading branch information
milan-zededa authored and uncleDecart committed Jul 7, 2024
1 parent b763bfe commit 72cdb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
suite: "smoke.tests.txt"
eve_image: ${{ inputs.eve_image }}
eve_artifact_name: ${{ inputs.eve_artifact_name }}
artifact_run_id: ${{ secrets.artifact_run_id }}
artifact_run_id: ${{ inputs.artifact_run_id }}
docker_account: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
docker_token: ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}

Expand Down

0 comments on commit 72cdb85

Please sign in to comment.