Skip to content

Commit 1e9b6b0

Browse files
committed
chore(ci): fix release pipeline e2e tests
1 parent df2dc0b commit 1e9b6b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-prod.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,12 @@ jobs:
517517
password: ${{ secrets.DOCKERHUB_PASSWORD }}
518518
- name: Free up runner disk space
519519
uses: ./.github/actions/free-disk-space
520+
- name: Enable required kernel modules
521+
run: |
522+
sudo modprobe overlay
523+
sudo modprobe ip_tables
524+
sudo modprobe br_netfilter
525+
sudo modprobe nf_conntrack
520526
- name: Run test
521527
env:
522528
SHORT_SHA: ${{ github.ref_name }}

0 commit comments

Comments
 (0)