Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 8, 2023
1 parent 29f4d48 commit 043d38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/test_cicd_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_cicd_workflow(self):
docker_image_steps = cicd.get('jobs', []).get('publish-docker-image', {}).get('steps', [])
docker_image_step = [step
for step in docker_image_steps
if step.get('name') == 'Publish Test Results']
if step.get('name') == 'Publish Test Results (AMD 64)']
self.assertEqual(1, len(docker_image_step))
docker_image_run = docker_image_step[0].get('run')
self.assertTrue(docker_image_run)
Expand Down

0 comments on commit 043d38e

Please sign in to comment.