Skip to content

tar up install logs to allow them to use upload-artifact github action #450

tar up install logs to allow them to use upload-artifact github action

tar up install logs to allow them to use upload-artifact github action #450

Workflow file for this run

name: Continuous Integration
# Run this CI on all pushes to upstream
# (including PRs from upstream to upstream)
on: push
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