Skip to content

Commit 1b6f7c3

Browse files
committed
wip
1 parent 6001564 commit 1b6f7c3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
runner:
1818
- [self-hosted, platform-builder-debian-11]
1919
- [self-hosted, platform-builder-ubuntu-22.04]
20-
- [self-hosted, platform-builder-centos-7.9]
2120
- [self-hosted, platform-builder-rocky-8.6]
2221
- [self-hosted, platform-builder-fedora-37]
2322
runs-on: ${{ matrix.runner }}
@@ -57,3 +56,9 @@ jobs:
5756
-DCMAKE_PREFIX_PATH=dependencies \
5857
-DCMAKE_BUILD_TYPE=RelWithDebInfo
5958
cmake --build eckit-build -j -t install
59+
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

Comments
 (0)