Skip to content

Commit

Permalink
HCPCP-1982 Remove parallel input for now as this doesn't work cleanly…
Browse files Browse the repository at this point in the history
… with pull_request event
  • Loading branch information
jasonpilz committed Dec 10, 2024
1 parent d61e2d3 commit 96f043c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/_testacc_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: TestAcc Platform

on:
workflow_dispatch:
inputs:
parallel:
type: string
default: '10'
pull_request:
# Networking resources still use SDKv2 so we have to target files manually until migrated
paths:
Expand All @@ -21,7 +17,7 @@ on:

jobs:
acceptance_tests:
name: Acceptance Tests Platform
name: Acceptance Tests
runs-on: ubuntu-latest
# environment: testacc-platform
steps:
Expand Down Expand Up @@ -70,6 +66,6 @@ jobs:
export AWS_SECRET_ACCESS_KEY=$(echo $AWS_OUTPUT | jp --unquoted Credentials.SecretAccessKey)
export AWS_SESSION_TOKEN=$(echo $AWS_OUTPUT | jp --unquoted Credentials.SessionToken)
go test -v TESTARGS='-run=TestAcc_Platform_*' -parallel=${{ inputs.parallel }}
go test -v TESTARGS='-run=TestAcc_Platform_*' -parallel=10
# TODO upload test coverage

0 comments on commit 96f043c

Please sign in to comment.