This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch unit-test
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/unit-test by this push:
new d53fb891 No need to create top-level dir
d53fb891 is described below
commit d53fb891297c44913228dbc482e701ec129887ab
Author: Sebb <[email protected]>
AuthorDate: Mon May 27 15:56:28 2024 +0100
No need to create top-level dir
---
.github/workflows/unittestagenda.yml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index d3751005..f4b8dea1 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -14,9 +14,9 @@ permissions: # added using
https://github.com/step-security/secure-workflows
jobs:
test:
strategy:
- fail-fast: true
+ fail-fast: false
matrix:
- os: [ubuntu-20.04, macos-13]
+ os: [ubuntu-20.04, macos-latest]
ruby: [2.7]
# os: [ubuntu-20.04, ubuntu-22.04]
# ruby: [2.7, 3.1]
@@ -50,10 +50,9 @@ jobs:
- name: setup agenda 2
# need to run the ruby that has all the gems installed
run: |
- sudo mkdir -p /srv
- sudo bash -c 'printf "\n\n\n" >/srv/ldap.txt'
- ls -l /srv
+ bash -c 'printf "\n\n\n" >.ldap.txt'
echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
+ echo ":ldap_creds: $PWD/.ldap.txt" >> .whimsy
sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- name: show environ
run: |