Skip to content

Commit

Permalink
added bundle install command for parallel_rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 30, 2024
1 parent 22ed1f3 commit aec53ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
sudo apt-get update
sudo apt-get install ca-certificates
mkdir junit
gem install parallel_rspec
bundle exec parallel_rspec --prefix-output-with-test-env-number --first-is-1 -- spec/${{ matrix.type }}
- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Build Documentation
run: |
gem install parallel_rspec
bundle exec yard --readme INTRO.md --tag "spec:Specification"
ls -al doc/
- name: Configure AWS Credentials
Expand Down

0 comments on commit aec53ba

Please sign in to comment.