Skip to content

Commit

Permalink
revert: change to use self hosted runners
Browse files Browse the repository at this point in the history
PS6 runners don't have docker compose installed by default yet. Updated
names to include JAAS for easier differentiation.
  • Loading branch information
hmlanigan committed Oct 1, 2024
1 parent 5924142 commit 518193b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_integration_jaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ permissions:
jobs:
# Ensure project builds before running test
build:
name: Build
runs-on: [self-hosted, jammy]
name: Build-JAAS
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand All @@ -39,9 +39,9 @@ jobs:
- run: go build -v .

test:
name: Integration
name: Integration-JAAS
needs: build
runs-on: [self-hosted, jammy]
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 60
Expand Down

0 comments on commit 518193b

Please sign in to comment.