We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc381c commit 52403e6Copy full SHA for 52403e6
.github/workflows/performance-tests.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: Set up repository # mimics install.sh in the README except that delphi is cloned from the PR rather than main
47
run: |
48
cd ..
49
+ rm -rf driver
50
mkdir -p driver/repos/delphi
51
cd driver/repos/delphi
52
git clone https://github.com/cmu-delphi/operations
0 commit comments