Skip to content

Commit

Permalink
add start runner to test needs
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Oct 29, 2024
1 parent a8cd9a6 commit bab0ec5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/open-source-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
image_tag:
description: 'Marqo image tag. Examples: "1.1.0", "test" "latest"'
required: true
default: 'latest'
pull_request:
branches:
- mainline
Expand Down Expand Up @@ -99,8 +100,8 @@ jobs:
Test-Py-Marqo:
name: Run open source unit tests
needs: Start-Docker-Container
runs-on: ${{ needs.start-runner.outputs.label }}
needs: [Start-Runner, Start-Docker-Container]
runs-on: ${{ needs.start-runner.outputs.label }}s
environment: py-marqo-test-suite
strategy:
matrix:
Expand Down

0 comments on commit bab0ec5

Please sign in to comment.