mirror of
https://github.com/upa/mscp.git
synced 2026-03-16 05:17:35 +08:00
remove test from the release workflow
because tagged commit is already tested.
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -27,12 +27,6 @@ jobs:
|
|||||||
- name: Configure Cmake
|
- name: Configure Cmake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: Build Containers
|
|
||||||
run: make -C ${{github.workspace}}/build docker-build-all
|
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: make -C ${{github.workspace}}/build docker-test-all
|
|
||||||
|
|
||||||
- name: Build single binary mscp
|
- name: Build single binary mscp
|
||||||
run: make -C ${{github.workspace}}/build build-single-binary
|
run: make -C ${{github.workspace}}/build build-single-binary
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user