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:42:16 +02:00
parent 80432ea2ff
commit 6544c41112
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -8,37 +8,12 @@ on:
jobs:
test-cache:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: nix-flakes
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Docker
run: |
apt-get update &&
apt-get -qy full-upgrade &&
apt-get install -qy curl &&
apt-get install -qy curl &&
apt-get install -qy sudo &&
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
uses: ./
with: