CI: Use working-directory directive

This commit is contained in:
Olle Jonsson 2022-02-18 07:46:58 +01:00 committed by GitHub
parent adab0bc7ba
commit 7b88bc6624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@ jobs:
- name: Run sinatra tests
run: bundle exec rake
- name: Run sinatra-contrib tests
working-directory: sinatra-contrib
run: |
cd $GITHUB_WORKSPACE/sinatra-contrib
bundle install --jobs=3 --retry=3
bundle exec rake
- name: Run rack-protection tests
working-directory: rack-protection
run: |
cd $GITHUB_WORKSPACE/rack-protection
bundle install --jobs=3 --retry=3
bundle exec rake
- uses: 8398a7/action-slack@v3