From 7b88bc6624555b69670c3a3adc54dd8ca680b97f Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 18 Feb 2022 07:46:58 +0100 Subject: [PATCH] CI: Use working-directory directive --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4d97e96..94cc9eb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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