File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 - ' .github/**'
1010 - ' build-scripts/**'
1111 - ' bump_version.sh'
12-
12+
1313
1414jobs :
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
You can’t perform that action at this time.
0 commit comments