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

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

[nongnu] elpa/typescript-mode f7f9eb2caa 2/6: Update build.yml


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode f7f9eb2caa 2/6: Update build.yml
Date: Mon, 28 Feb 2022 03:59:08 -0500 (EST)

branch: elpa/typescript-mode
commit f7f9eb2caa086b007460c7d3bb9f49711faef590
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: GitHub <noreply@github.com>

    Update build.yml
    
    Don't fail build on Emacs snapshot failures.
---
 .github/workflows/build.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 955611853a..c2980ed01a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,16 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest]
-        emacs: [26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
+        experimental: [false]
+        include:
+        - emacs: 26.1
+        - emacs: 26.2
+        - emacs: 26.3
+        - emacs: 27.1
+        - emacs: 27.2
+        - emacs: snapshot
+          experimental: true
+    continue-on-error: ${{ matrix.experimental }}
 
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can 
access it



reply via email to

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