Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaopan committed Jun 9, 2024
1 parent b01de79 commit 8015433
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
run: cp .env.example .env

- name: Start containers
run: docker-compose -f "docker-compose.yml" up -d --build nginx


run: docker-compose -f "docker-compose.yml" up -d --build nginx redis frps mysql

- name: Down tests
run: docker-compose -f "docker-compose.yml" down nginx
run: docker-compose -f "docker-compose.yml" down nginx redis frps mysql

0 comments on commit 8015433

Please sign in to comment.