Skip to content

Commit

Permalink
feat: flakify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Dec 6, 2023
1 parent a1f9039 commit cd66928
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-21.05
- run: nix-build -E 'with import <nixpkgs> {}; callPackage ./. {}'
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- run: nix build -Lv --no-update-lock-file --show-trace --print-build-logs

0 comments on commit cd66928

Please sign in to comment.