We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed7eec commit 9823c55Copy full SHA for 9823c55
1 file changed
.github/workflows/test-configs.yml
@@ -109,18 +109,16 @@ jobs:
109
board-name: evkbmimxrt1060
110
111
kinetis_k64f_test:
112
- uses: ./.github/workflows/test-build-mcux-sdk-manifests.yml
+ uses: ./.github/workflows/test-build-mcux-sdk.yml
113
with:
114
arch: arm
115
config-file: ./config/examples/kinetis-k64f.config
116
- board-name: frdmk64f
117
118
kinetis_k82f_test:
119
120
121
122
config-file: ./config/examples/kinetis-k82f.config
123
- board-name: frdmk82f
124
125
library_test:
126
uses: ./.github/workflows/test-build.yml
0 commit comments