Skip to content

Commit

Permalink
Fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 11, 2023
1 parent aa0ba32 commit 1bacb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-go-
- name: Enable testcontainer reuse
run: echo 'testcontainers.reuse.enable=true' > "$HOME/.testcontainers.properties"
run: echo 'testcontainers.reuse.enable=true' > "$HOME/.testcontainers.properties"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 1bacb54

Please sign in to comment.