Skip to content

Commit

Permalink
Unbreak benchmark-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Oct 17, 2023
1 parent 2fc7c62 commit 8cf246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Run regression tests
run: |
./run agent start ${{ matrix.agent-name }} --setup
./run agent start ${{ matrix.agent-name }}
sleep 10
cd autogpts/${{ matrix.agent-name }}
set +e # Ignore non-zero exit codes and continue execution
Expand Down

1 comment on commit 8cf246b

@lavouz
Copy link

@lavouz lavouz commented on 8cf246b Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bonjour

Please sign in to comment.