Skip to content

Commit

Permalink
enable scleway acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 13, 2023
1 parent d6e7c8f commit 38d9b57
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,20 +254,20 @@ jobs:
provider-test-infra-dir: packet
provider-go-test-dir: packet

## The account for using this provider is broken. If we want to resume regression testing against this
## provider, the account must be fixed or replaced (and creds added to repo or Vault).
# scaleway-provider:
# # don't run on fork PRs
# if: github.repository_owner == 'hashicorp'
# runs-on: ubuntu-latest
# needs:
# - go-test
# steps:
# - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
# - uses: "./.github/actions/acctest"
# with:
# provider-test-infra-dir: scaleway
# provider-go-test-dir: scaleway
# The account for using this provider is broken. If we want to resume regression testing against this
# provider, the account must be fixed or replaced (and creds added to repo or Vault).
scaleway-provider:
# don't run on fork PRs
if: github.repository_owner == 'hashicorp'
runs-on: ubuntu-latest
needs:
- go-test
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: "./.github/actions/acctest"
with:
provider-test-infra-dir: scaleway
provider-go-test-dir: scaleway

triton-provider:
# don't run on fork PRs
Expand Down

0 comments on commit 38d9b57

Please sign in to comment.