Skip to content

Commit

Permalink
Fix path in modded file list step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Oct 7, 2024
1 parent 8de55de commit 72d539d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
# Determine modified files depending on whether the triggering event was a PR or push
run: |
echo "TEST_DIR=${GITHUB_WORKSPACE}/integtest" >> $GITHUB_ENV
echo "Test dir: $TEST_DIR"
cd $TEST_DIR
cd $GITHUB_WORKSPACE/integtest
echo "Am in $(pwd)"
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} > modified_files.txt
Expand Down

0 comments on commit 72d539d

Please sign in to comment.