Skip to content

Commit

Permalink
Merge pull request #30 from alxy/patch-2
Browse files Browse the repository at this point in the history
Use proper version constraint
  • Loading branch information
alex-davies authored Feb 19, 2021
2 parents 5625dda + 661a741 commit d1939c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
terraform:
- '0.12.29'
- '0.13.4'
- '0.14.0-beta2'
- '0.14.6'

# list to determine different auth options. Contains only secret name as cant reference secrets directly here
authsecrets:
Expand Down Expand Up @@ -112,4 +112,4 @@ jobs:
# SOME_VAR: ${{ secrets.SOME_VAR }}

run: |
go test -v -cover ./internal/powerbi/
go test -v -cover ./internal/powerbi/

0 comments on commit d1939c5

Please sign in to comment.