Skip to content

Commit dc3b8ec

Browse files
committed
[GAP9-CI] Debugging for git 128 error code
1 parent 10b780b commit dc3b8ec

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/_runner-gap9.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,8 @@ jobs:
4646
key: ccache-ci
4747
- name: Run Test
4848
run: |
49-
git config --global --add safe.directory '*'
50-
testNames="${{ inputs.test-names }}"
5149
source /app/install/gap9-sdk/.gap9-venv/bin/activate
5250
source /app/install/gap9-sdk/configs/gap9_evk_audio.sh
53-
cd DeeployTest
54-
mkdir -p /app/.ccache
55-
export CCACHE_DIR=/app/.ccache
56-
echo "$testNames" | while IFS= read -r testName; do
57-
if [[ -n "$testName" ]]; then
58-
echo "Running test: $testName"
59-
python testRunner_gap9.py -t Tests/$testName --cores=${{ inputs.num-cores }}
60-
fi
61-
done
51+
python testrunner_gap9.py -t Adder
6252
deactivate
6353
shell: bash

0 commit comments

Comments
 (0)