Skip to content

Commit

Permalink
Update process for setting up tests
Browse files Browse the repository at this point in the history
Will still need to be revisited as test namespace has changed.
  • Loading branch information
bryteise committed Jun 14, 2024
1 parent 14fd212 commit a4c1b74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4c1b74

Please sign in to comment.