Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Oct 1, 2024
1 parent 7afb4a2 commit 6bda6ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Workflow Example"

on:
push:
branches:
- "main"

jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: tofuutils/tenv-github-action@main
with:
tool_name: terraform
tool_version: 1.5.7
- name: Test it
run: terraform version

0 comments on commit 6bda6ee

Please sign in to comment.