[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/bash-completion 8664a9488c 04/10: chore: Fix bash 5.0 test
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/bash-completion 8664a9488c 04/10: chore: Fix bash 5.0 test workflow |
Date: |
Fri, 25 Apr 2025 19:01:01 -0400 (EDT) |
branch: elpa/bash-completion
commit 8664a9488c86a665d9c32966f023d9dcf17eadf0
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>
chore: Fix bash 5.0 test workflow
---
.github/workflows/test.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ab9b02c51d..1a43d0997f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -52,9 +52,8 @@ jobs:
- name: Install Bash 5.0
run: |
- wget -o ./bash-5.0
https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
- chmod +x ./bash-5.0
- $PWD/bash-5.0 --version
+ wget
https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
+ chmod +x ./bash-linux
- name: Install Eldev
uses: emacs-eldev/setup-eldev@v1
@@ -63,5 +62,5 @@ jobs:
uses: actions/checkout@v4
- name: Test the project
- run: 'eldev -p -dtT test --bash=$PWD/bash-5.0'
+ run: 'eldev -p -dtT test --bash=$PWD/bash-linux'
- [nongnu] elpa/bash-completion updated (e5f3ee18a8 -> d0637428fd), ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion 8664a9488c 04/10: chore: Fix bash 5.0 test workflow,
ELPA Syncer <=
- [nongnu] elpa/bash-completion f99d624fac 05/10: chore: Update bash 5.0 test, ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion b2a1f86bef 03/10: chore: Try out bash-5.0 from static-bash, ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion 42ffee703b 09/10: chore: Remove 30.1 from tests for now., ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion 2d9bf9607d 01/10: chore: Add test-bash-5_0 using nix, ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion 8e2a79ea58 06/10: chore: Update bash 5.0 test, using GITHUB_WORKSPACE env var, ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion 1cd5a30b35 02/10: chore: Revert "Add test-bash-5_0 using nix", ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion d0637428fd 10/10: chore: Run tests on only one release of a major version., ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion 9a15bc77dc 08/10: chore: Add test for Emacs 30.1, ELPA Syncer, 2025/04/25
- [nongnu] elpa/bash-completion bb2608a338 07/10: chore: Update bash 5.0 test, using RUNNER_TEMP, ELPA Syncer, 2025/04/25