Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions .github/workflows/ci_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,17 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/e2e-testing

test-integration:
runs-on: 'ubuntu-24.04'
permissions:
contents: read
steps:
- name: Check out
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/test-integration
# TEMPORARILY DISABLED: Integration tests depend on complyctl, which is undergoing
# breaking CLI changes (plugin separation, OSCAL artifact cleanup). These tests will
# be re-enabled once complyctl stabilizes.
#
# To re-enable: uncomment the job block below and remove this comment block.
#
# test-integration:
# runs-on: 'ubuntu-24.04'
# permissions:
# contents: read
# steps:
# - name: Check out
# uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# - uses: ./.github/actions/test-integration
Loading