2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-03 22:22:45 +08:00

ci: 测试换一种清理方式

This commit is contained in:
2025-04-13 02:44:06 +08:00
parent 66c30f3e33
commit 67d350ebe2
3 changed files with 3 additions and 4 deletions

View File

@@ -39,8 +39,6 @@ jobs:
run: |
echo "GOVERSION=$(go version | cut -d' ' -f3)" >> $GITHUB_ENV
echo "HOSTNAME=$(hostname)" >> $GITHUB_ENV
- name: Clear node_modules
run: rm -rf node_modules
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:

View File

@@ -47,8 +47,6 @@ jobs:
- name: Compile po files to json
working-directory: web
run: pnpm run gettext:compile
- name: Clear node_modules
run: rm -rf node_modules
- uses: stefanzweifel/git-auto-commit-action@v5
name: Commit changes
with:

3
.gitignore vendored
View File

@@ -63,3 +63,6 @@ out/
*.sublime*
__debug_bin
.project
# 傻逼 node_modules
node_modules/