Skip to content

Commit 709268e

Browse files
committed
Fix regression test command
1 parent 3dff550 commit 709268e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/regression-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
- shell: bash
149149
run: |
150-
OMP_NUM_THREADS=4 sudo ${{ github.workspace }}/oneDNN/tests/regression/bench_regression.sh > 4_threads.txt
150+
OMP_NUM_THREADS=4 sudo bash ${{ github.workspace }}/oneDNN/tests/regression/bench_regression.sh > 4_threads.txt
151151
152152
- name: Upload regression test results
153153
uses: actions/upload-artifact@v4

tests/regression/bench_regression.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#! /bin/bash
22

33
# *******************************************************************************
44
# Copyright 2025 Arm Limited and affiliates.

0 commit comments

Comments
 (0)