Skip to content

Commit ac5b27f

Browse files
committed
fix actions
1 parent 44f996e commit ac5b27f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install integration dependencies
107107
run: |
108108
sudo apt-get update
109-
sudo apt-get install -y openssh-client tar awscli
109+
sudo apt-get install -y openssh-client tar
110110
bun install --frozen-lockfile
111111
bunx playwright install --with-deps chromium
112112
- name: Run full suite

.github/workflows/integration-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install integration dependencies
6464
run: |
6565
sudo apt-get update
66-
sudo apt-get install -y openssh-client tar awscli
66+
sudo apt-get install -y openssh-client tar
6767
bun install --frozen-lockfile
6868
bunx playwright install --with-deps chromium
6969
- name: Run smoke suite

0 commit comments

Comments
 (0)