Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
artjoma committed Nov 21, 2023
1 parent 665b467 commit 2fca300
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
audit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -30,10 +30,11 @@ jobs:
- name: Build Mac
run: env GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w" -o build/mosaic-darwin

- name: Eun docker compose
run: docker compose -f "docker-compose.yml" up -d
- name: Run tests
run: go test -race -vet=off ./...
# Fix ports
#- name: Run docker compose
# run: docker compose -f docker-compose.yml up -d
#- name: Run tests
# run: go test -race -vet=off ./...

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2fca300

Please sign in to comment.