Skip to content

Commit

Permalink
hack: fix connection failure beteween containers on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Dec 31, 2023
1 parent 8ad95e0 commit 5270f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
benchmark:
name: Run benchmark
runs-on: ubuntu-22.04
# specifying a container label is a hack to avoid connection failure on github actions
container: ubuntu
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down

0 comments on commit 5270f52

Please sign in to comment.