mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-18 18:17:54 -05:00
Getting intermittent issues running this on github, disabling for now (#1090)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
parent
0d915ead58
commit
5fedcf6f97
1 changed files with 10 additions and 10 deletions
20
.github/workflows/checks.yml
vendored
20
.github/workflows/checks.yml
vendored
|
|
@ -232,13 +232,13 @@ jobs:
|
|||
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
|
||||
# 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 a new issue