File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 11name : go tests
22
33on :
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 :
You can’t perform that action at this time.
0 commit comments