Skip to content

Commit

Permalink
Test Commit. Will be removed
Browse files Browse the repository at this point in the history
Signed-off-by: Kashif Khan <kashif.khan@est.tech>
  • Loading branch information
kashifest committed Oct 23, 2024
1 parent 8826a31 commit c06670d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
# We need a new shell to pick up the new group. That is why we do the sudo -s -u $USER ...
# Remove the pre-installed go version. We install the exact version we need.
run: |
sudo usermod -a -G libvirt $USER
echo $USER
env
cat /etc/os-release
sudo usermod -a -G libvirt $(whoami)
sudo rm /usr/bin/go
sudo -s -u $USER --preserve-env bash ${{ github.workspace }}/hack/ci-e2e.sh
Expand Down

0 comments on commit c06670d

Please sign in to comment.