mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-07 14:11:44 +00:00
Update process for setting up tests
Will still need to be revisited as test namespace has changed.
This commit is contained in:
committed by
William Douglas
parent
14fd212808
commit
a4c1b74808
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user