Skip to content

Commit 33e71ed

Browse files
Update test workflow to Trilium 0.94
1 parent a25afdd commit 33e71ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
key: ${{ runner.os }}-build-${{ hashFiles('app/build.gradle') }}
1919
- uses: actions/checkout@v4
2020
- uses: DeterminateSystems/nix-installer-action@v16
21+
- uses: jchw-forks/magic-nix-cache@ghac-v2
2122
- name: Install Trilium Server and ImageMagick
22-
run: nix profile install nixpkgs/master#trilium-next-server nixpkgs/master#imagemagick
23+
run: nix profile install TriliumNext/Notes/c40e224727a8b00c864bc3f525ca9a6670d17254#server nixpkgs/master#imagemagick
2324
- name: Run Trilium Server
2425
run: ./app/test/setup-test-server.sh
2526
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)