This commit is contained in:
parent
233a28319f
commit
4855e4f976
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
on: [push]
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ghcr.io/opentofu/opentofu:1.7.2
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: tofu init
|
Loading…
Add table
Reference in a new issue