Skip to content

Commit

Permalink
fix: test run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj319 committed Dec 24, 2023
1 parent e0faf16 commit fbbde79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Run Docker Compose
run: docker-compose up -d

- name: Run tests
run: docker-compose run --rm <service_name> go test ./...
run: docker-compose run --rm <service_name> go test

- name: Shutdown
run: docker-compose down
Expand Down

0 comments on commit fbbde79

Please sign in to comment.