mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 15:40:07 -06:00
chore: add workflow to test website install instructions (#1075)
Signed-off-by: Isaac Parker <parrotmac@gmail.com>
This commit is contained in:
parent
5c2e18d863
commit
cd3418f56f
11
.github/workflows/checks.yml
vendored
11
.github/workflows/checks.yml
vendored
@ -231,3 +231,14 @@ jobs:
|
||||
with:
|
||||
path: ".licensei.cache"
|
||||
key: licensei-cache-${{ hashFiles('go.sum') }}
|
||||
|
||||
installation-instructions:
|
||||
name: "Test Installation Instructions"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: "Fetch source code"
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
|
||||
- name: "Run Installation Instructions Test"
|
||||
run: make test-linux-install-instructions
|
||||
|
Loading…
Reference in New Issue
Block a user