We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25afdd commit 33e71edCopy full SHA for 33e71ed
.github/workflows/test.yaml
@@ -18,8 +18,9 @@ jobs:
18
key: ${{ runner.os }}-build-${{ hashFiles('app/build.gradle') }}
19
- uses: actions/checkout@v4
20
- uses: DeterminateSystems/nix-installer-action@v16
21
+ - uses: jchw-forks/magic-nix-cache@ghac-v2
22
- name: Install Trilium Server and ImageMagick
- run: nix profile install nixpkgs/master#trilium-next-server nixpkgs/master#imagemagick
23
+ run: nix profile install TriliumNext/Notes/c40e224727a8b00c864bc3f525ca9a6670d17254#server nixpkgs/master#imagemagick
24
- name: Run Trilium Server
25
run: ./app/test/setup-test-server.sh
26
- uses: actions/setup-java@v4
0 commit comments