Skip to content

Commit 02fe1bc

Browse files
author
Antoine Toussaint
committed
fix: ag ction
1 parent e081369 commit 02fe1bc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/releaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: test
2121
run: go test -v ./...
2222

23+
- name: cleanup
24+
run: rm -r testdata/*
25+
2326
- name: Run GoReleaser
2427
uses: goreleaser/goreleaser-action@v3
2528
with:

.goreleaser.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ builds:
1616
- linux
1717
goarch:
1818
- amd64
19-
20-
21-
# Optional: Clean up test-specific directories before running GoReleaser
22-
before:
23-
hooks:
24-
- rm -rf testdata/**/.pytest_cache

0 commit comments

Comments
 (0)