branch: elpa/bash-completion
commit e5f3ee18a8c8c638011db69412ce2e6e244188c5
Author: Stephane Zermatten <[email protected]>
Commit: Stephane Zermatten <[email protected]>
chore: Remove test for bash 5.0 for now.
The previous commit introduced a test for bash 5.0 that now fails. This
change takes the test off entirely until the cause of the failure is
understood and fixed.
---
.github/workflows/test.yml | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3601750760..c7b971d566 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -37,30 +37,3 @@ jobs:
- name: Test the project
run: 'eldev -p -dtT test'
- test-bash-5_0:
- runs-on: ubuntu-latest
- strategy:
- matrix:
- emacs_version:
- - '28.2'
-
- steps:
- - name: Install Nix and set up Emacs
- uses: jcs090218/setup-emacs@master
- with:
- version: ${{matrix.emacs_version}}
-
- - name: Install bash 5.0
- run: |
- nix profile install
nixpkgs/3b05df1d13c1b315cecc610a2f3180f6669442f0#bash
- which bash
-
- - name: Install Eldev
- uses: emacs-eldev/setup-eldev@v1
-
- - name: Check out the source code
- uses: actions/checkout@v4
-
- - name: Test the project
- run: 'eldev -p -dtT test'
-