Skip to content

Commit

Permalink
add github action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyshindepattern committed Dec 8, 2022
1 parent 7703c7b commit f39f57b
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,4 @@ jobs:
env:
BUNDLE_GITHUB__COM: ${{ secrets.RUBY_GEM_BUNDLE_TOKEN }}
BUNDLE_ENTERPRISE__CONTRIBSYS__COM: ${{ secrets.SIDEKIQ_ENTERPRISE_TOKEN }}

- name: install dependencies
run: |
gem install bundler -v 2.0.2
bundle install --jobs=4 --retry=3 --path vendor/bundle
- name: Run tests
run: |
mkdir /tmp/test-results
bundle exec rspec --format progress \
--format RspecJunitFormatter \
--out /tmp/test-results/rspec.xml \
--format progress
- name: Upload coverage results
uses: actions/upload-artifact@master
if: always()
with:
name: test-results
path: /tmp/test-results

0 comments on commit f39f57b

Please sign in to comment.