Skip to content

Commit e4e01c6

Browse files
committed
test: e2e
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 8678235 commit e4e01c6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
test_e2e:
204204
name: 🎯 E2E Tests
205205
runs-on: ubuntu-latest
206-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
206+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/*')
207207

208208
steps:
209209
- name: 🧾 Checkout
@@ -220,9 +220,6 @@ jobs:
220220

221221
- name: 📦 Install dependencies
222222
run: |
223-
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
224-
unzip awscliv2.zip
225-
sudo ./aws/install
226223
wget -O /tmp/cyclonedx "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.27.2/cyclonedx-linux-x64"
227224
sudo mv /tmp/cyclonedx /usr/local/bin/cyclonedx
228225
sudo chmod +x /usr/local/bin/cyclonedx

0 commit comments

Comments
 (0)