Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat committed Oct 14, 2024
1 parent c7fb35c commit d413b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/checkout@v2
- name: build
run: |
docker-compose build
docker compose build
- name: Test API
run: |
docker-compose run --rm -e APP_ENV=dev api /bin/ash -c 'composer install && composer test'
docker compose run --rm -e APP_ENV=dev api /bin/ash -c 'composer install && composer test'
- name: Test HELM
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Push images
if: github.ref == 'refs/heads/main'
run: |
docker-compose push
docker compose push
- name: Publish Helm charts
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit d413b5d

Please sign in to comment.