Skip to content

Commit

Permalink
HCPCP-1928 Update prerelease workflow to use separate unit and accept…
Browse files Browse the repository at this point in the history
…ance test workflows
  • Loading branch information
jasonpilz committed Dec 11, 2024
1 parent a907364 commit d814b46
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ on:
description: "Patch Release (default: Minor)"
type: boolean
default: false
skip-tests:
description: "Skip the E2E test suite for break-glass scenarios"
type: boolean
default: false

permissions: write-all

jobs:
run-tests:
test:
name: Run Tests
uses: ./.github/workflows/test.yml
with:
# need to use contains because inputs are null for schedule runs
skip-e2e-tests: ${{ contains(inputs.skip-tests, 'true') }}
secrets: inherit
permissions:
contents: read

testacc:
name: Run Acceptance Tests
uses: ./.github/workflows/testacc.yml
secrets: inherit
permissions:
contents: read
Expand Down

0 comments on commit d814b46

Please sign in to comment.