We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643184c commit 5edbda8Copy full SHA for 5edbda8
.github/workflows/check-up-spec-compatibility.yaml
@@ -54,10 +54,11 @@ jobs:
54
- name: Run OpenFastTrace
55
uses: eclipse-uprotocol/ci-cd/.github/actions/run-oft@main
56
with:
57
- file-patterns: "${{ vars.UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS }} ${{ vars.UP_RUST_OPEN_FAST_TRACE_FILE_PATTERNS }}"
+ file-patterns: "${{ vars.UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS }} ${{ vars.UP_COMPONENT_OPEN_FAST_TRACE_FILE_PATTERNS }}"
58
+ tags: "_,LanguageLibrary"
59
60
# now try to build and run the tests which may fail if incomaptible changes
- # have been introduced in up-spec
61
+ # have been introduced into the uProtocol Core API
62
- uses: dtolnay/rust-toolchain@master
63
64
toolchain: ${{ env.RUST_TOOLCHAIN }}
0 commit comments