We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25afdd commit 465458aCopy full SHA for 465458a
.github/workflows/test.yaml
@@ -18,8 +18,10 @@ jobs:
18
key: ${{ runner.os }}-build-${{ hashFiles('app/build.gradle') }}
19
- uses: actions/checkout@v4
20
- 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="
23
- name: Install Trilium Server and ImageMagick
- 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
25
- name: Run Trilium Server
26
run: ./app/test/setup-test-server.sh
27
- uses: actions/setup-java@v4
0 commit comments