Skip to content

Commit

Permalink
Update run_pr_benchmarks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
armughan11 authored Aug 21, 2023
1 parent 992b9ab commit 27e9ea7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_pr_benchmarks.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

cd $BRANCH_NAME/
cd "$BRANCH_NAME/" || exit
mkdir pr
cd pr/
git clone --branch $BRANCH_NAME --single-branch [email protected]:$REPO_NAME.git NullAway
cd NullAway/
cd pr/ || exit
git clone --branch "$BRANCH_NAME" --single-branch [email protected]:"$REPO_NAME".git NullAway
cd NullAway/ || exit

./gradlew jmh --no-daemon

0 comments on commit 27e9ea7

Please sign in to comment.