Skip to content

Commit f617e92

Browse files
committed
remove utest for now
1 parent 3a2e43b commit f617e92

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/reusable_sw-check.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,14 @@ jobs:
166166
utest:
167167
name: Unit Tests
168168
needs: preparation
169-
uses: ./.github/workflows/reusable_test_and_docs.yml
170-
secrets: inherit
169+
# uses: ./.github/workflows/reusable_test_and_docs.yml
170+
# secrets: inherit
171+
runs-on: ubuntu-latest
172+
steps:
173+
- name: not implemented
174+
run: echo "separate doc workflow"
171175
docs:
172176
name: Generate Documentation
173-
runs-on: ubuntu-latest
174177
needs: utest
175178
steps:
176179
- name: not implemented

0 commit comments

Comments
 (0)