test ci 3
All checks were successful
Test, build and push caches / test (push) Successful in 3m1s
Test, build and push caches / build (push) Successful in 21m1s

This commit is contained in:
L-Nafaryus 2024-05-02 15:52:04 +05:00
parent 8326742271
commit 7a2ace9645
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1

View File

@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: debian-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
@ -18,7 +18,7 @@ jobs:
- run: nix flake check
build:
runs-on: debian-latest
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4