Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Oct 20, 2024
1 parent d53ac7d commit ba0204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
rm -rf "./.git"
echo "Overwriting installed dependency in $ST_LIBS_DIR/$PACKAGE"
rm -rf "$ST_LIBS_DIR/$PACKAGE"
mv "./st3/$PACKAGE/st3/$PACKAGE" "$ST_LIBS_DIR"
mv "./st3/$PACKAGE" "$ST_LIBS_DIR"
ls "$ST_LIBS_DIR/$PACKAGE/"
cd -
- uses: SublimeText/UnitTesting/actions/run-tests@v1
Expand Down

0 comments on commit ba0204d

Please sign in to comment.