Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit b0edecd

Browse files
committed
CI/CD: Maybe do not delete the files before using them...
1 parent 5198159 commit b0edecd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
unit-test:
9-
name: Test
9+
name: Unit Testing
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
@@ -31,7 +31,6 @@ jobs:
3131
export PAD_NEW_LINES=false
3232
docker compose -f docker/docker-compose.dev.yaml up -d
3333
bun test
34-
bun clean
3534
3635
- name: Log unit test files
3736
run: |

0 commit comments

Comments
 (0)