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

apply fix to #894 as suggested by @sodiboo #896

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

maxhbr
Copy link
Contributor

@maxhbr maxhbr commented Dec 26, 2024

This was suggested by @sodiboo in #894 (comment) and was copied from sodiboo/niri-flake@350e6b68c70f5002a75e10521f5e66ace4b5eed1i

This closes #894

@maxhbr
Copy link
Contributor Author

maxhbr commented Dec 26, 2024

I would also suggest to fail on nix tests with:

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 93968b0..4f88664 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -182,14 +182,11 @@ jobs:
 
       - name: Check flake inputs
         uses: DeterminateSystems/flake-checker-action@v4
-        continue-on-error: true
 
       - name: Install Nix
         uses: DeterminateSystems/nix-installer-action@v3
-        continue-on-error: true
 
       - run: nix flake check
-        continue-on-error: true
 
   publish-wiki:
     if: github.event_name == 'push' && github.ref == 'refs/heads/main'

@YaLTeR YaLTeR enabled auto-merge (squash) December 26, 2024 14:42
@YaLTeR
Copy link
Owner

YaLTeR commented Dec 26, 2024

Thanks

@YaLTeR YaLTeR merged commit fa2bace into YaLTeR:main Dec 26, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nix build is currently broken but CI ignores exit code
2 participants