Skip to content

feat: new resource/datasource cloudavenue_s3_bucket_acl #1157

feat: new resource/datasource cloudavenue_s3_bucket_acl

feat: new resource/datasource cloudavenue_s3_bucket_acl #1157

Workflow file for this run

# Terraform Provider testing workflow.
name: Tests
# This GitHub action runs your tests for each pull request and push.
# Optionally, you can turn it on using a schedule for regular testing.
on:
pull_request:
paths:
- '**.go'
# Testing only needs permissions to read the repository contents.
permissions:
contents: read
jobs:
testsunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- run: go mod download
- name: Run Go unit tests
run: |
go test $(go list ./... | grep -v /internal/testsacc)