Skip to content

Commit 2eaa08e

Browse files
committed
Tweak test
1 parent e22005f commit 2eaa08e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ jobs:
5858
- name: Set up Docker Buildx
5959
uses: docker/setup-buildx-action@v3
6060

61+
- name: Install AWS CLI
62+
run: |
63+
sudo apt-get update
64+
sudo apt-get install -y awscli
65+
6166
- name: Run functional tests with devtool
6267
run: |
6368
./tools/devtool -y test -- integration_tests/functional/
64-
continue-on-error: true

0 commit comments

Comments
 (0)