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 6001564 commit 1b6f7c3Copy full SHA for 1b6f7c3
.github/workflows/build_and_test.yml
@@ -17,7 +17,6 @@ jobs:
17
runner:
18
- [self-hosted, platform-builder-debian-11]
19
- [self-hosted, platform-builder-ubuntu-22.04]
20
- - [self-hosted, platform-builder-centos-7.9]
21
- [self-hosted, platform-builder-rocky-8.6]
22
- [self-hosted, platform-builder-fedora-37]
23
runs-on: ${{ matrix.runner }}
@@ -57,3 +56,9 @@ jobs:
57
56
-DCMAKE_PREFIX_PATH=dependencies \
58
-DCMAKE_BUILD_TYPE=RelWithDebInfo
59
cmake --build eckit-build -j -t install
+ build-mars-client-bundle:
60
+ uses: ozaq/test-bundle/.github/workflows/build.yml@demo/ci
61
+ secrets:
62
+ GH_REPO_READ_TOKEN: ${{ secrets.GH_REPO_READ_TOKEN }}
63
+ with:
64
+ ref: ${{ github.ref }}
0 commit comments