Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add nix flake check CI job #10

Open
mitchmindtree opened this issue Sep 8, 2022 · 0 comments
Open

Re-add nix flake check CI job #10

mitchmindtree opened this issue Sep 8, 2022 · 0 comments
Labels
ci Everything CI related fuel.nix

Comments

@mitchmindtree
Copy link
Contributor

mitchmindtree commented Sep 8, 2022

A reminder to re-add the following job once this upstream issue is resolved:

  nix-flake-check:
    needs: cancel-previous-runs
    runs-on: ubuntu-latest
    steps:
      - uses: actions/[email protected]
      - uses: cachix/install-nix-action@v16
        with:
          nix_path: nixpkgs=channel:nixos-unstable
      - uses: cachix/cachix-action@v10
        with:
          name: mitchmindtree-fuellabs
          authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
      - run: nix flake check --no-update-lock-file

Currently, we still check builds for each package, but the nix flake check is useful for quickly checking the validity of the flake itself for all targets.

@mitchmindtree mitchmindtree added the bug Something isn't working label Sep 8, 2022
mitchmindtree added a commit that referenced this issue Sep 8, 2022
@sdankel sdankel added ci Everything CI related and removed bug Something isn't working labels Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Everything CI related fuel.nix
Projects
None yet
Development

No branches or pull requests

3 participants