Skip to content

Commit

Permalink
Update start_e2e_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jun 19, 2023
1 parent 83b7a80 commit 0797e72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/start_e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
sudo lxd init --auto
sudo chmod a+wr /var/snap/lxd/common/lxd/unix.socket
sudo lxc network set lxdbr0 ipv6.address none
sudo lxc storage create default-btrfs btrfs size=50GiB
sudo lxc profile device set default root pool=default-btrfs
sudo iptables -F FORWARD
sudo iptables -P FORWARD ACCEPT
Expand Down Expand Up @@ -118,8 +116,8 @@ jobs:
- name: Install GitHub Cli
run: which gh || sudo apt install gh -y

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Dispatch Workflow on Testing Runner
env:
Expand Down

0 comments on commit 0797e72

Please sign in to comment.