From 1c8d6f4463fb746eb6c9855d2419cb4e8f48ac50 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 18 Dec 2023 14:30:10 +0100 Subject: [PATCH] feat: flakify ci (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: KierĂ¡n Meinhardt --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19c3ac6..a31b5d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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