Skip to content

Commit

Permalink
tryed to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gurikov maxim committed Sep 23, 2024
1 parent 5b75ce3 commit 25a1822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Check front code
run: yarn --cwd db-viewer-ui lint

- name: Build docker-compose environment
- name: Build docker compose environment
run: docker compose up -d --wait

- name: Run db-viewer api
Expand All @@ -69,7 +69,7 @@ jobs:

- name: Stop docker containers
if: always()
run: docker rm -f db-viewer-api && docker-compose down
run: docker rm -f db-viewer-api && docker compose down

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 25a1822

Please sign in to comment.