Skip to content

Commit 6550bea

Browse files
committed
fix(ci): fix indentation
Signed-off-by: spbsoluble <[email protected]>
1 parent c3b36cf commit 6550bea

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/tests.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: go tests
22

33
on:
4-
# workflow_dispatch:
5-
# workflow_run:
6-
# workflows:
7-
# - "Check and Update Package Version"
8-
# types:
9-
# - completed
10-
# branches:
11-
# - "*"
4+
# workflow_dispatch:
5+
# workflow_run:
6+
# workflows:
7+
# - "Check and Update Package Version"
8+
# types:
9+
# - completed
10+
# branches:
11+
# - "*"
1212
push:
1313
branches:
1414
- '*'
@@ -325,16 +325,16 @@ jobs:
325325
326326
327327
# Tester Install Script
328-
Test_Install_Script:
329-
runs-on: ubuntu-latest
330-
steps:
331-
- name: Test Quick Install Script
332-
run: |
333-
sudo apt update && sudo apt upgrade -y && sudo apt install -y curl wget unzip jq openssl && sudo apt clean
334-
bash <(curl -s https://raw.githubusercontent.com/Keyfactor/kfutil/${GITHUB_REF_NAME}/install.sh)
335-
which kfutil
336-
kfutil version
337-
rm $(which kfutil)
328+
Test_Install_Script:
329+
runs-on: ubuntu-latest
330+
steps:
331+
- name: Test Quick Install Script
332+
run: |
333+
sudo apt update && sudo apt upgrade -y && sudo apt install -y curl wget unzip jq openssl && sudo apt clean
334+
bash <(curl -s https://raw.githubusercontent.com/Keyfactor/kfutil/${GITHUB_REF_NAME}/install.sh)
335+
which kfutil
336+
kfutil version
337+
rm $(which kfutil)
338338
339339
# Package Tests
340340
Test_Kfutil_pkg:

0 commit comments

Comments
 (0)