parent
4855e4f976
commit
3b576c87e5
1 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,13 @@
|
||||||
on:
|
on: [push]
|
||||||
- push
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
non-lab:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/opentofu/opentofu:1.7.2
|
image: ghcr.io/opentofu/opentofu:1.7.2
|
||||||
steps:
|
steps:
|
||||||
- run: tofu init
|
- run: tofu init
|
||||||
|
- run: cd non-lab; tofu init
|
||||||
|
name: Tofu Init
|
||||||
|
- name: Tofo plan
|
||||||
|
run: pwd
|
||||||
|
|
Loading…
Add table
Reference in a new issue