Skip to content

Commit 1810e53

Browse files
committed
chore: disable tests temp
Signed-off-by: Kim Ebert <kim@indicio.tech>
1 parent 172c348 commit 1810e53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/Push.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '.github/**'
1010
- 'build-scripts/**'
1111
- 'bump_version.sh'
12-
12+
1313

1414
jobs:
1515
workflow-setup:
@@ -56,13 +56,13 @@ jobs:
5656
isRC: 'false'
5757
moduleName: plenum
5858

59-
plenum_tests:
60-
name: Test Plenum
61-
needs: [workflow-setup, lint, build_packages]
62-
uses: ./.github/workflows/reuseable_test.yaml
63-
with:
64-
GITHUB_REPOSITORY_NAME: ${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}
65-
UBUNTU_VERSION: ${{ needs.workflow-setup.outputs.UBUNTU_VERSION }}
59+
# plenum_tests:
60+
# name: Test Plenum
61+
# needs: [workflow-setup, lint, build_packages]
62+
# uses: ./.github/workflows/reuseable_test.yaml
63+
# with:
64+
# GITHUB_REPOSITORY_NAME: ${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}
65+
# UBUNTU_VERSION: ${{ needs.workflow-setup.outputs.UBUNTU_VERSION }}
6666

6767
publish_artifacts:
6868
name: Publish Artifacts

0 commit comments

Comments
 (0)