emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode 6712a66321 381/500: Fix yaml


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 6712a66321 381/500: Fix yaml
Date: Sat, 29 Jan 2022 08:27:33 -0500 (EST)

branch: elpa/nix-mode
commit 6712a66321484e533e5a173aa02fb62d94111e0b
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Fix yaml
---
 .github/workflows/test.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index aabe77207b..1a5cb796c0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
       with:
         fetch-depth: 0
     - uses: cachix/install-nix-action@v10
-    - run: nix build
-     - run: nix-build -E '(import ./. 
{}).defaultPackage.${builtins.currentSystem}'
+    #- run: nix build
+    - run: nix-build -E '(import ./. 
{}).defaultPackage.${builtins.currentSystem}'
     #- run: nix flake check
-    # - run: nix-build -E '(import ./. {}).checks.${builtins.currentSystem}'
+    - run: nix-build -E '(import ./. {}).checks.${builtins.currentSystem}'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]