Update .gitea/workflows/push.yaml
Some checks failed
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / env (push) Successful in 4s
Push Workflows / docs (push) Successful in 32s
Push Workflows / test (push) Successful in 46s
Push Workflows / leptos-test (push) Successful in 59s
Push Workflows / build (push) Successful in 1m7s
Some checks failed
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / env (push) Successful in 4s
Push Workflows / docs (push) Successful in 32s
Push Workflows / test (push) Successful in 46s
Push Workflows / leptos-test (push) Successful in 59s
Push Workflows / build (push) Successful in 1m7s
This commit is contained in:
parent
8f096b1ebb
commit
6aedd7747e
@ -13,7 +13,7 @@ jobs:
|
|||||||
run: cargo-leptos build
|
run: cargo-leptos build
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest-docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Build project with Nix
|
- name: Build project with Nix
|
||||||
run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default
|
run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default --no-write-lock-file
|
||||||
|
|
||||||
env:
|
env:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user