Skip to content

Commit

Permalink
Add in service for runs on?
Browse files Browse the repository at this point in the history
  • Loading branch information
odjuricicTT committed Nov 13, 2024
1 parent 46b4ee5 commit bbe2f82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ jobs:
]

name: Build and test tt-explorer
runs-on: ${{ matrix.build.runs-on }}
runs-on:
- in-service
- ${{ matrix.build.runs-on }}

container:
image: ${{ needs.build-image.outputs.docker-image }}
Expand Down

0 comments on commit bbe2f82

Please sign in to comment.