.github/workflows/ci.yml in ohloh_scm-3.0.21 vs .github/workflows/ci.yml in ohloh_scm-4.0.1
- old
+ new
@@ -14,7 +14,7 @@
steps:
- uses: actions/checkout@v3
- name: Run rubocop and tests
run: |
docker pull ohdeployer/ohloh_scm:latest
- cmd='/etc/init.d/ssh start; rubocop; LANG=en_US.UTF-8 rake test 2> /dev/null'
+ cmd='/etc/init.d/ssh start; bundle exec rubocop; rake test 2> /dev/null'
docker run --rm -P -v $(pwd):/home/app/ohloh_scm -i ohdeployer/ohloh_scm:latest /bin/sh -c "$cmd"