mirror of
https://github.com/outbackdingo/terraform-provider-util.git
synced 2026-01-27 10:20:41 +00:00
Change tests to use shared GitHub Workflow from poseidon/.github
* https://github.com/poseidon/.github/pull/1
This commit is contained in:
3
.github/dependabot.yaml
vendored
3
.github/dependabot.yaml
vendored
@@ -4,9 +4,6 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
pull-request-branch-name:
|
||||
separator: "-"
|
||||
open-pull-requests-limit: 3
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
||||
30
.github/workflows/test.yaml
vendored
30
.github/workflows/test.yaml
vendored
@@ -1,30 +1,8 @@
|
||||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
name: go
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: ['1.18', '1.19']
|
||||
steps:
|
||||
- name: setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{matrix.go}}
|
||||
|
||||
- name: setup Terraform
|
||||
uses: hashicorp/setup-terraform@v2
|
||||
with:
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: test
|
||||
run: make
|
||||
go:
|
||||
uses: poseidon/.github/.github/workflows/golang-library.yaml@main
|
||||
with:
|
||||
setup_terraform: true
|
||||
|
||||
Reference in New Issue
Block a user