Skip to content

Commit

Permalink
create docker_volumes directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nadim-az committed Feb 6, 2025
1 parent bc9c44b commit 7baa763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
- name: Create Docker Volumes Directory
run: |
sudo mkdir -p /docker_volumes
sudo chmod 777 /docker_volumes
- name: Run DigitalOcean E2E tests
if: steps.filter.outputs.digitalocean == 'true'
env:
Expand Down

0 comments on commit 7baa763

Please sign in to comment.