Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Apr 7, 2024
1 parent 26a3c7f commit b927d19
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- run: docker network create traefik-glass
- name: Run setup Docker container
- name: Setup Docker container
run: |
docker network create traefik-glass
docker network create glass
cp .env-example .env
cd src
cp .env-example .env
Expand Down Expand Up @@ -45,9 +46,10 @@ jobs:
with:
php-version: ${{ matrix.phpversion }}
coverage: xdebug
- run: docker network create traefik-glass
- name: Install Dependencies
run: |
docker network create traefik-glass
docker network create glass
cp .env-example .env
cd src
cp .env-example .env
Expand Down

0 comments on commit b927d19

Please sign in to comment.