terraform/.forgejo/workflows/non-lab.yml

17 lines
288 B
YAML
Raw Normal View History

2024-09-02 10:50:35 +02:00
on: [push]
2024-09-02 08:44:17 +00:00
2024-09-02 10:32:51 +02:00
jobs:
2024-09-02 10:50:35 +02:00
non-lab:
2024-09-02 10:32:51 +02:00
runs-on: docker
2024-09-02 08:44:17 +00:00
container:
image: ghcr.io/opentofu/opentofu:1.7.2
2024-09-02 10:32:51 +02:00
steps:
2024-09-02 10:56:38 +02:00
- uses: actions/checkout@v4
with:
sparse-checkout: |
non-lab
2024-09-02 10:52:56 +02:00
- run: pwd
- name: tree
run: tree
- run: env