We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b780b commit dc3b8ecCopy full SHA for dc3b8ec
1 file changed
.github/workflows/_runner-gap9.yml
@@ -46,18 +46,8 @@ jobs:
46
key: ccache-ci
47
- name: Run Test
48
run: |
49
- git config --global --add safe.directory '*'
50
- testNames="${{ inputs.test-names }}"
51
source /app/install/gap9-sdk/.gap9-venv/bin/activate
52
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
+ python testrunner_gap9.py -t Adder
62
deactivate
63
shell: bash
0 commit comments