This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 6c0ea3d Test setup on both os
6c0ea3d is described below
commit 6c0ea3d6e5966fee80d9b5d260cfb346ea00cce1
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 17:35:53 2022 +0000
Test setup on both os
@travis: [skip ci]
---
.github/workflows/unittestagenda.yml | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index e2fb751..1bf3374 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- os: [macos-latest]
+ os: [macos-latest, ubuntu-20.04]
ruby: [2.7]
runs-on: ${{ matrix.os }}
steps:
@@ -40,16 +40,8 @@ jobs:
bundle install
- name: setup agenda 2
run: |
- gem which wunderbar
- echo '---------'
- dirname $(gem which wunderbar)
- echo '---------'
- # Fails to find wunderbar:
sudo -E ruby -I $PWD/lib -I$(dirname $(gem which wunderbar)) -r
whimsy/asf -e "ASF::LDAP.configure"
- echo '---------'
- # try this instead
- sudo ruby $PWD/lib/whimsy/asf/ldap_setup.rb
- name: test agenda code
run: |
cd www/board/agenda
- bundle exec rake
+ # bundle exec rake