diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 35e86fc40..ecd723446 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -32,7 +32,7 @@ jobs: # Runs a single command using the runners shell - name: operational test - run: sh op_test.sh -v + run: sh op-test.sh -v # Runs a set of commands using the runners shell # - name: Run a multi-line script @@ -57,7 +57,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: cmd /c wop_test.bat + run: cmd /c wop-test.bat # Runs a set of commands using the runners shell # - name: Run a multi-line script diff --git a/op_test.sh b/op-test.sh similarity index 100% rename from op_test.sh rename to op-test.sh diff --git a/wop_test.bat b/wop-test.bat similarity index 93% rename from wop_test.bat rename to wop-test.bat index 91efd6095..220ee4f6d 100644 --- a/wop_test.bat +++ b/wop-test.bat @@ -18,7 +18,7 @@ copy "%WORK_DIR%\distro\windows\%SYS_ARCH%\*" "%WORK_DIR%\easyrsa3\bin" copy "%WORK_DIR%\distro\windows\EasyRSA-Start.bat" "%WORK_DIR%\easyrsa3\EasyRSA-Start.bat" PATH=%PATH%;%WORK_DIR%\easyrsa3\bin;C:\PROGRA~1\openssl -cmd /C "easyrsa3\bin\sh.exe wop_test.sh" +cmd /C "easyrsa3\bin\sh.exe wop-test.sh" IF ERRORLEVEL 1 ( echo Error occurred, Exit 1 exit /B 1 ) diff --git a/wop_test.sh b/wop-test.sh similarity index 99% rename from wop_test.sh rename to wop-test.sh index ab25bf545..3c6cb3fb2 100644 --- a/wop_test.sh +++ b/wop-test.sh @@ -67,4 +67,4 @@ echo "Invoke './easyrsa' to call the program. Without commands, help is displaye cd .. -./op_test.sh -vv +./op-test.sh -v