terraform/.forgejo/workflows/non-lab.yml
chris ea8e68c8c7
All checks were successful
/ non-lab (push) Successful in 19s
Update .forgejo/workflows/non-lab.yml
2024-09-02 09:04:20 +00:00

16 lines
320 B
YAML

on: [push]
jobs:
non-lab:
runs-on: docker
#container:
# image: ghcr.io/opentofu/opentofu:1.7.2
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
non-lab
- run: pwd
- name: tree
run: apt update; apt install tree; tree
- run: env