Skip to content

Commit

Permalink
chore: Fix customTags is not iterable in e2e-prover-full
Browse files Browse the repository at this point in the history
e2e-prover-full has been failing with `customTags is not iterable`
since commit `6e94c1ac13d63826a8ecd29eec74c79c053a2a05`. This is an
attempt to fix it.

See [here](https://github.com/AztecProtocol/aztec-packages/actions/runs/12603823032/job/35130125257) for a failed run.
  • Loading branch information
spalladino committed Jan 6, 2025
1 parent e076000 commit 9e42f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ensure-tester/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ runs:
ec2_subnet_id: subnet-4cfabd25
ec2_security_group_id: sg-0ccd4e5df0dcca0c9
ec2_key_name: "build-instance"
ec2_instance_tags: '[]'

- name: Ensure Tester Cleanup
uses: gacts/run-and-post-run@v1
Expand Down

0 comments on commit 9e42f9a

Please sign in to comment.