1 parent 44f996e commit ac5b27fCopy full SHA for ac5b27f
2 files changed
.github/workflows/integration-full.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Install integration dependencies
107
run: |
108
sudo apt-get update
109
- sudo apt-get install -y openssh-client tar awscli
+ sudo apt-get install -y openssh-client tar
110
bun install --frozen-lockfile
111
bunx playwright install --with-deps chromium
112
- name: Run full suite
.github/workflows/integration-smoke.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
- name: Run smoke suite
0 commit comments