Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Mar 18, 2024
1 parent da00162 commit 665b3d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ jobs:
git config user.email [email protected]
git log --oneline -1
git log --oneline -1 origin/${{ env.TARGET_BRANCH }}
git rebase origin/${{ env.TARGET_BRANCH }}
BASE_COMMIT=$(git merge-base HEAD origin/$TARGET_BRANCH)
BASE_COMMIT=$(git merge-base HEAD origin/${{ env.$TARGET_BRANCH }})
CHANGED_TESTS=$(git diff --name-only $BASE_COMMIT HEAD -- *.ks.in $(find -maxdepth 1 -name '*.sh' -perm -u+x) | sed 's/\.ks\.in$//; s/\.sh$//' | sort -u | tr '\n' ' ')
echo "changed_tests=${CHANGED_TESTS}" >> $GITHUB_OUTPUT
git checkout ${{ needs.pr-info.outputs.sha }}
Expand Down

0 comments on commit 665b3d3

Please sign in to comment.