Skip to content

Commit

Permalink
Fix docker-compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
showwin committed Aug 26, 2024
1 parent 047d459 commit 138aba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-reverse-proxy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: build-reverse-proxy
jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: startup
run: |
cd dockerfiles/reverse-proxy
docker-compose -f docker-compose.test.yml up --build -d
docker compose -f docker-compose.test.yml up --build -d
- name: test
run: |
sleep 10
Expand Down

0 comments on commit 138aba1

Please sign in to comment.