From 3b576c87e58f708efcc893e594eff67b78e6f58c Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:50:35 +0200 Subject: [PATCH] play with dirs --- .forgejo/workflows/non-lab.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/non-lab.yml b/.forgejo/workflows/non-lab.yml index 728279b..fcf3250 100644 --- a/.forgejo/workflows/non-lab.yml +++ b/.forgejo/workflows/non-lab.yml @@ -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 \ No newline at end of file + - run: tofu init + - run: cd non-lab; tofu init + name: Tofu Init + - name: Tofo plan + run: pwd