Skip to content

Commit 255e2a8

Browse files
committed
./
1 parent df2d562 commit 255e2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/gpu-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
workingDirectory: tests/
103103
displayName: "Testing: benchmarks"
104104

105-
- bash: bash run_standalone_tasks.sh "parity_fabric"
106-
workingDirectory: tests/
105+
- bash: bash run_standalone_tasks.sh
106+
workingDirectory: tests/parity_fabric
107107
# without succeeded this could run even if the job has already failed
108108
condition: and(succeeded(), eq(variables['PACKAGE_NAME'], 'fabric'))
109109
env:

0 commit comments

Comments
 (0)