Skip to content

Commit

Permalink
change command position
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Jun 14, 2024
1 parent 584a50b commit 2e27797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prjob_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
run: |
pwd && sudo bash -c 'echo "172.17.0.1 host.docker.internal" >> /etc/hosts'
- name: check container
run: docker container ls

- uses: actions/checkout@v2

- name: Starting DB
run: docker compose -f ./docker/testdb-docker-compose.yml -p test_db up -d

- name: check container
run: docker container ls

- name: Install cover
run: go get golang.org/x/tools/cmd/cover

Expand Down

0 comments on commit 2e27797

Please sign in to comment.