Skip to content

Commit 5edbda8

Browse files
committed
Use OFT Tags to filter relevant specification items
Also adopted common GitHub VAR name specifying artifacts to include in the OFT run.
1 parent 643184c commit 5edbda8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-up-spec-compatibility.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ jobs:
5454
- name: Run OpenFastTrace
5555
uses: eclipse-uprotocol/ci-cd/.github/actions/run-oft@main
5656
with:
57-
file-patterns: "${{ vars.UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS }} ${{ vars.UP_RUST_OPEN_FAST_TRACE_FILE_PATTERNS }}"
57+
file-patterns: "${{ vars.UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS }} ${{ vars.UP_COMPONENT_OPEN_FAST_TRACE_FILE_PATTERNS }}"
58+
tags: "_,LanguageLibrary"
5859

5960
# now try to build and run the tests which may fail if incomaptible changes
60-
# have been introduced in up-spec
61+
# have been introduced into the uProtocol Core API
6162
- uses: dtolnay/rust-toolchain@master
6263
with:
6364
toolchain: ${{ env.RUST_TOOLCHAIN }}

0 commit comments

Comments
 (0)