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 593e6c5 Looks like need some rake setup
593e6c5 is described below
commit 593e6c52507d9974db9571adf7c9d88f1a282aff
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 29 15:46:45 2022 +0100
Looks like need some rake setup
---
.github/workflows/unittestnavigation.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/unittestnavigation.yml
b/.github/workflows/unittestnavigation.yml
index a7b7dcb..be3dfca 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -33,4 +33,7 @@ jobs:
run: |
cd www/board/agenda
bundle install
- TEST_AO_PAGE=1 bundle exec rspec spec/navigate_spec.rb
+ # --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
+ TEST_AO_PAGE=1 bundle exec rake