Skip to content

Commit

Permalink
Run acceptance tests on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jun 17, 2021
1 parent 5829ee7 commit 81fedc7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,23 @@ jobs:
${{ runner.os }}-go-
- name: test
run: make check
testacc:
runs-on: ubuntu-latest
strategy:
matrix:
terraform:
- 1.0.0
- 0.15.5
- 0.14.11
- 0.13.7
- 0.12.31
env:
TERRAFORM_VERSION: ${{ matrix.terraform }}
steps:
- uses: actions/checkout@v2
- name: docker build
run: docker-compose build
- name: terraform --version
run: docker-compose run --rm tfschema terraform --version
- name: testacc
run: docker-compose run --rm tfschema make testacc

0 comments on commit 81fedc7

Please sign in to comment.