parent
4855e4f976
commit
3b576c87e5
1 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,13 @@
|
|||
on:
|
||||
- push
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
non-lab:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/opentofu/opentofu:1.7.2
|
||||
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