ENT-10673: Upgrade cfbs to 3.2.11 to fix cfbs-shell test failures #121
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: | |
# run this workflow on pull_request activity | |
# this includes opening and pushing more commits | |
pull_request: | |
branches: [ master, 3.21.x, 3.18.x ] | |
jobs: | |
build_cfengine_hub_package: | |
uses: ./.github/workflows/build-using-buildscripts.yml | |
secrets: inherit | |
deployment_tests: | |
needs: build_cfengine_hub_package | |
uses: ./.github/workflows/deployment-tests.yml | |
secrets: inherit |