We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e081369 commit 02fe1bcCopy full SHA for 02fe1bc
.github/workflows/releaser.yml
@@ -20,6 +20,9 @@ jobs:
20
- name: test
21
run: go test -v ./...
22
23
+ - name: cleanup
24
+ run: rm -r testdata/*
25
+
26
- name: Run GoReleaser
27
uses: goreleaser/goreleaser-action@v3
28
with:
.goreleaser.yaml
@@ -16,9 +16,3 @@ builds:
16
- linux
17
goarch:
18
- amd64
19
-
-# Optional: Clean up test-specific directories before running GoReleaser
-before:
- hooks:
- - rm -rf testdata/**/.pytest_cache
0 commit comments