Update process for setting up tests

Will still need to be revisited as test namespace has changed.
This commit is contained in:
William Douglas
2024-06-14 13:30:27 -07:00
committed by William Douglas
parent 14fd212808
commit a4c1b74808
+2 -3
View File
@@ -35,9 +35,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install
run: |
sudo apt-get purge moby-engine moby-cli
sudo apt-get install docker.io bats -f
run: |
sudo apt-get install bats -f
sudo modprobe -r overlay
sudo modprobe overlay redirect_dir=off
sudo systemctl restart docker