Skip to content

Commit

Permalink
chore: reduce integration test build paralellism (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-nikhildua committed Jul 1, 2024
1 parent a1e459f commit 26472a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-observe-agent-8cpu
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
with:
distribution: goreleaser-pro
version: '~> v2'
args: release --prepare --clean --snapshot --verbose --parallelism 10
args: release --prepare --clean --snapshot --verbose --parallelism 8
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
- run: ls -l && ls -l dist/
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
terraform test -verbose

0 comments on commit 26472a0

Please sign in to comment.