Skip to content

Commit 9841dc8

Browse files
committed
Add artifact upload to tests
1 parent fc9037f commit 9841dc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ jobs:
1515
with:
1616
nix_path: nixpkgs=channel:nixos-unstable
1717
- run: nix build .#tests
18+
- run: mkdir cozy-traces
19+
- run: cp result/*.json cozy-traces
20+
- uses: actions/upload-artifact@v4
21+
with:
22+
name: cozy-traces
23+
path: cozy-traces/

0 commit comments

Comments
 (0)