Skip to content

Commit 465458a

Browse files
Update test workflow to Trilium 0.94
1 parent a25afdd commit 465458a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
key: ${{ runner.os }}-build-${{ hashFiles('app/build.gradle') }}
1919
- uses: actions/checkout@v4
2020
- uses: DeterminateSystems/nix-installer-action@v16
21+
with:
22+
extra-conf: "extra-substituters: https://cache.garnix.io\nextra-trusted-public-keys: cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
2123
- name: Install Trilium Server and ImageMagick
22-
run: nix profile install nixpkgs/master#trilium-next-server nixpkgs/master#imagemagick
24+
run: nix profile install github:TriliumNext/Notes/63a6f00a47f87b2c4b07ec3a4a1493616e0af29f#server nixpkgs/master#imagemagick
2325
- name: Run Trilium Server
2426
run: ./app/test/setup-test-server.sh
2527
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)