Skip to content

Commit dc6a2a6

Browse files
faster integration testing
1 parent 44ce6a2 commit dc6a2a6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,13 @@ jobs:
680680
sudo nginx -c "$(pwd)/test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf"
681681
fi
682682
683-
- name: Install AWS CLI
684-
uses: unconventionaldotdev/setup-awscli@main
685-
683+
- id: install-aws-cli
684+
uses: unfor19/install-aws-cli-action@v1
685+
with:
686+
version: 2 # default
687+
verbose: false # default
688+
arch: amd64 # allowed values: amd64, x86, x64, arm, arm64
689+
686690
- name: Run traffic light robot integration tests
687691
if: ((startsWith(github.ref_name, 'build-traffic-lights') && github.ref_type == 'tag') || (github.repository == 'stackql/stackql' && github.event_name == 'push' && github.ref == 'refs/heads/main')) && matrix.registry == 'test/registry'
688692
env:

0 commit comments

Comments
 (0)