Skip to content

Commit

Permalink
docker ps
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed May 15, 2024
1 parent 7f2e85a commit 5b45175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
echo "INDEXER_DB=postgres://indexer_test:temba@postgres:5432/indexer_test?sslmode=disable" >> "$GITHUB_ENV"
echo "INDEXER_ELASTIC_URL=http://${{ matrix.searchdb-host }}:9200" >> "$GITHUB_ENV"
docker ps -a
- name: Run tests
run: go test -p=1 -coverprofile=coverage.text -covermode=atomic ./...
Expand Down

0 comments on commit 5b45175

Please sign in to comment.