Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niden authored Nov 16, 2023
1 parent 85a1201 commit 84b355c
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: 'Install Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: 'Update gems'
run: |
command -v bundler || gem install bundler
bundle config path vendor/bundle
bundle install --jobs "$(getconf _NPROCESSORS_ONLN)" --retry 10
- name: Run Tests
run: |
bundle exec awesome_bot \
-w https://github.com/phalcon/awesome-phalcon/actions \
-w https://gab.com/phalcon \
-w https://twitter.com/phalconphp
docker run \
-ti \
--rm \
-v $PWD:/mnt:ro dkhamsing/awesome_bot \
--white-list "test.com" \
--allow-dupe \
--allow-redirect \
--skip-save-results \
-f README.md

0 comments on commit 84b355c

Please sign in to comment.