Skip to content

Commit

Permalink
feat: flakify ci (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Kierán Meinhardt <[email protected]>
  • Loading branch information
a-kenji and kmein authored Dec 18, 2023
1 parent de72121 commit 1c8d6f4
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
- 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 1c8d6f4

Please sign in to comment.