Skip to content

Commit ffc30eb

Browse files
committed
Remove aws install
1 parent e4006e7 commit ffc30eb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/pr_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ jobs:
1717
- name: Set up Docker Buildx
1818
uses: docker/setup-buildx-action@v3
1919

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-
2720
- name: Run tests with devtool
2821
run: |
2922
./tools/devtool -y test

0 commit comments

Comments
 (0)