[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/bash-completion bb2608a338 07/10: chore: Update bash 5.0 t
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/bash-completion bb2608a338 07/10: chore: Update bash 5.0 test, using RUNNER_TEMP |
Date: |
Fri, 25 Apr 2025 19:01:02 -0400 (EDT) |
branch: elpa/bash-completion
commit bb2608a338518547906f7f38b6e992ce62b2c6d3
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>
chore: Update bash 5.0 test, using RUNNER_TEMP
---
.github/workflows/test.yml | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index dfff65e1fc..e14973a9c4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -50,18 +50,16 @@ jobs:
with:
version: ${{matrix.emacs_version}}
- - name: Install Bash 5.0
- run: |
- wget -O $GITHUB_WORKSPACE/bash-5.0 --quiet
https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
- chmod +x $GITHUB_WORKSPACE/bash-5.0
-
- name: Install Eldev
uses: emacs-eldev/setup-eldev@v1
- name: Check out the source code
uses: actions/checkout@v4
- - name: Test the project
+ - name: Install bash 5.0 and test the project
run: |
- $GITHUB_WORKSPACE/bash-5.0 --version && eldev -p -dtT test
--bash=$GITHUB_WORKSPACE/bash-5.0
+ wget -O $RUNNER_TEMP/bash-5.0 --quiet
https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
+ chmod +x $RUNNER_TEMP/bash-5.0
+ $RUNNER_TEMP/bash-5.0 --version
+ eldev -p -dtT test --bash=$RUNNER_TEMP/bash-5.0
- [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, 2025/04/25
- [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 <=