We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4006e7 commit ffc30ebCopy full SHA for ffc30eb
1 file changed
.github/workflows/pr_tests.yml
@@ -17,13 +17,6 @@ jobs:
17
- name: Set up Docker Buildx
18
uses: docker/setup-buildx-action@v3
19
20
- - name: Install AWS CLI
21
- run: |
22
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
23
- unzip awscliv2.zip
24
- sudo ./aws/install
25
- rm -rf aws awscliv2.zip
26
-
27
- name: Run tests with devtool
28
run: |
29
./tools/devtool -y test
0 commit comments