Skip to content

Commit

Permalink
ci: always use target machine with integration tests and benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Sep 16, 2024
1 parent eaa9e59 commit 21875b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
shell: bash -ex {0}
run: |
if [[ "${{ join(steps.*.outputs.*) }}" == "" ]]; then
echo "machine=default" | tee -a "${GITHUB_OUTPUT}"
echo "machine=eravm" | tee -a "${GITHUB_OUTPUT}"
fi
# Benchmarks workflow call from the era-compiler-ci repository
Expand Down

0 comments on commit 21875b2

Please sign in to comment.