CI: Use working-directory directive

This commit is contained in:
Olle Jonsson 2022-02-18 07:46:58 +01:00 committed by Jordan Owens
parent 0af1e1e929
commit d5b65321f0
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