Skip to content

Commit

Permalink
[CI] remove .git folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Jan 7, 2025
1 parent 652db2d commit 2a920c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: clean dir
run: rm -rf .git

- name: Test in FreeBSD
uses: vmactions/freebsd-vm@v1
with:
Expand All @@ -61,6 +64,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: clean dir
run: rm -rf .git

- name: Test in Solaris
uses: vmactions/solaris-vm@v1
with:
Expand Down

0 comments on commit 2a920c1

Please sign in to comment.