We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1207841 + 716ca4e commit 145173cCopy full SHA for 145173c
.github/workflows/build_tests.yml
@@ -18,7 +18,7 @@ concurrency:
18
19
jobs:
20
build-tests:
21
- name: Build ${{ inputs.type }} tests for ${{ inputs.chip }}
+ #name: Build ${{ inputs.type }} tests for ${{ inputs.chip }}
22
runs-on: ubuntu-latest
23
env:
24
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
.github/workflows/tests.yml
@@ -1,4 +1,4 @@
1
-name: Unit Tests
+name: Pytest
2
3
on:
4
workflow_dispatch:
0 commit comments