ci: run on nix-flakes
Some checks failed
Test / test-cache (push) Failing after 2s

This commit is contained in:
Naxdy 2024-09-01 16:41:56 +02:00
parent 80432ea2ff
commit 58928ba75c
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -8,11 +8,7 @@ on:
jobs: jobs:
test-cache: test-cache:
strategy: runs-on: nix-flakes
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -27,18 +23,6 @@ jobs:
apt-get install -qy sudo && apt-get install -qy sudo &&
curl -sSL https://get.docker.com/ | sh curl -sSL https://get.docker.com/ | sh
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Build
run: pnpm install && pnpm build
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v9
- name: Setup Attic Cache - name: Setup Attic Cache
uses: ./ uses: ./
with: with: