Skip to content

Commit

Permalink
merge auto-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlogal committed Jul 2, 2024
2 parents 20317a9 + 96b1c57 commit 2f891f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check_running.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ jobs:

- name: Copy environment file
run: cp .env.sample .env

- name: Copy docker-compose file
run: cp docker-compose.yml.sample docker-compose.yml

- name: Run setup.sh
run: ./setup.sh

- name: Run docker-compose
run: docker-compose up -d
- name: Run docker compose
run: docker compose up -d

0 comments on commit 2f891f4

Please sign in to comment.