Skip to content

Commit

Permalink
Change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Jul 1, 2024
1 parent 8649937 commit fc92593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: '1.22'

- name: Start containers
run: docker-compose up -d -f docker-compose-github.yml
run: docker-compose -f docker-compose-github.yml up -d

- name: Build
run: go build -v ./...
Expand All @@ -29,4 +29,4 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose down -f docker-compose-github.yml
run: docker-compose -f docker-compose-github.yml down

0 comments on commit fc92593

Please sign in to comment.