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 0102291 Fixups
0102291 is described below
commit 010229184404a1f4d3b2f0b1af3dfc0a984e10ee
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 29 16:01:04 2022 +0100
Fixups
---
.github/workflows/unittestnavigation.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/unittestnavigation.yml
b/.github/workflows/unittestnavigation.yml
index cb07c13..62a879c 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -29,12 +29,17 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- - name: test agenda navigation code
+ - name: Install Gems
run: |
cd www/board/agenda
bundle install
+ - name: Set up LDAP
+ run: |
# need to run the ruby that has all the gems installed
sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
+ - name: test agenda navigation code
+ run: |
+ cd www/board/agenda
# --pattern does not work (appears to be overridden)
# so use exclude to drop all but the one we want
echo '--exclude-pattern spec/[a-mo-z]*_spec.rb' >.rspec