Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Nov 22, 2024
1 parent 990c77d commit f288f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Pull images
run: docker compose pull
- name: Build
run: docker-compose build --build-arg UID=$(id -u) --build-arg ENV=dev
run: docker compose build --build-arg UID=$(id -u) --build-arg ENV=dev
- name: Start
run: docker compose up -d
- name: Wait for services
Expand Down

0 comments on commit f288f9a

Please sign in to comment.