Skip to content

Commit

Permalink
Hackathon CI: change name of folder
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi committed Oct 27, 2023
1 parent 336e78e commit bd49606
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hackathon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,13 @@ jobs:
- name: Run benchmark
run: |
mkdir agent
link=$(jq -r '.["github_repo_url"]' arena/$AGENT_NAME.json)
branch=$(jq -r '.["branch_to_benchmark"]' arena/$AGENT_NAME.json)
cd agent
git clone "$link" -b "$branch"
git clone "$link" -b "$branch" "$AGENT_NAME"
cd $AGENT_NAME
./run agent start $AGENT_NAME
cd benchmark
poetry install
poetry install
poetry run agbenchmark --mock
poetry run agbenchmark --test=WriteFile
env:
Expand Down

0 comments on commit bd49606

Please sign in to comment.