Skip to content

Commit

Permalink
Create the network in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Schaer committed Oct 25, 2024
1 parent 32346cd commit 70201a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: pull docker containers
run: docker compose pull mysql

- name: create docker network
run: docker network create my-shared-network

- uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true

Expand Down

0 comments on commit 70201a7

Please sign in to comment.