Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomokazu Tantaka committed Dec 24, 2024
1 parent 55f0762 commit bc8dfb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
ci-server-test:
runs-on: ubuntu-latest
steps:
- name: Docker Compose start
run: docker compose -f ../docker-compose.yml up -d reearth-mongo
- name: checkout
uses: actions/checkout@v3
- name: Docker Compose start
run: docker compose -f $GITHUB_WORKSPACE/docker-compose.yml up -d reearth-mongo
- name: set up
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit bc8dfb0

Please sign in to comment.