Skip to content

Commit

Permalink
Add runner to go integration tests GHA (#2090)
Browse files Browse the repository at this point in the history
* Add runner to go integration tests GHA

* Update go-integration.yml
  • Loading branch information
severinson committed Feb 7, 2023
1 parent 05186b3 commit 2da3dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go: [ '1.18' ]
# As of December 2022, using 8vcpu runners is slower overall,
# due to longer queue times.
# runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-22.04
env:
ARMADA_EXECUTOR_INGRESS_URL: "http://localhost"
ARMADA_EXECUTOR_INGRESS_PORT: 5001
Expand Down

0 comments on commit 2da3dae

Please sign in to comment.