branch: elpa/typescript-mode
commit f7f9eb2caa086b007460c7d3bb9f49711faef590
Author: Jostein Kjønigsen <[email protected]>
Commit: GitHub <[email protected]>

    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