Skip to content

Commit

Permalink
Merge pull request #600 from hmlanigan/github-runners-for-jaas
Browse files Browse the repository at this point in the history
#600

PS6 runners don't have docker compose installed by default yet. Updated names to include JAAS for easier differentiation.
  • Loading branch information
jujubot authored Oct 1, 2024
2 parents 5924142 + 518193b commit 507ac7b
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 507ac7b

Please sign in to comment.