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
commit 1fcf6e7ee825bbc1b7cb9f66e58e5c3aebb5ebf7 Author: Sebb <[email protected]> AuthorDate: Wed Mar 23 13:56:22 2022 +0000 Problems with finding whimsy/asf --- .github/workflows/unittestagenda.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittestagenda.yml b/.github/workflows/unittestagenda.yml index 7c45fd6..4e93465 100644 --- a/.github/workflows/unittestagenda.yml +++ b/.github/workflows/unittestagenda.yml @@ -32,10 +32,17 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - name: test agenda code + - name: setup agenda 1 run: | cd www/board/agenda npm install bundle install + - name: setup agenda 2 + run: | + cd www/board/agenda + ls $PWD/lib sudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure" + - name: test agenda code + run: | + cd www/board/agenda bundle exec rake
