Skip to content

Commit

Permalink
use two different sats
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Nov 5, 2023
1 parent 4dcd56c commit d46d1e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/konfig-sdk-integration-tests-earthly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
contains(github.event.head_commit.message, 'run-it')
strategy:
matrix:
shard: [1/2, 2/2]
config:
- shard: '1/2'
sat: 'med-boy'
- shard: '2/2'
sat: 'med-boy-friend-1'
env:
EARTHLY_SECRETS: ${{ secrets.EARTHLY_SECRETS }}
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
Expand All @@ -63,5 +67,5 @@ jobs:
working-directory: ./generator/konfig-integration-tests

- name: Build and run integration tests
run: earthly --ci --sat med-boy --secret NPM_TOKEN=dummy --secret GITHUB_ACTIONS -P +test --TEST_ARGS="--shard=${{ matrix.shard }}"
run: earthly --ci --sat ${{ matrix.config.sat }} --secret NPM_TOKEN=dummy --secret GITHUB_ACTIONS -P +test --TEST_ARGS="--shard=${{ matrix.config.shard }}"
working-directory: ./generator/konfig-integration-tests

0 comments on commit d46d1e5

Please sign in to comment.