Skip to content

Commit 57a54fb

Browse files
committed
Unit-test: Add Old expansion test on nix
Use: EASYRSA_FORCE_SAFE_SSL and EASYRSA_LEGACY_SAFE_SSL Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent c0509b1 commit 57a54fb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/workflows/action.yml

+30
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,36 @@ jobs:
4343
# echo test, and deploy your project.
4444
# This workflow contains a single job called "build"
4545

46+
xtest_old:
47+
# The type of runner that the job will run on
48+
runs-on: ubuntu-latest
49+
50+
env:
51+
EASYRSA_BY_TINCANTECH: 1
52+
EASYRSA_REMOTE_CI: 1
53+
EASYRSA_NIX: 1
54+
TERM: xterm-256color
55+
EASYRSA_SILENT_SSL: 1
56+
EASYRSA_FORCE_SAFE_SSL: 1
57+
EASYRSA_LEGACY_SAFE_SSL: 1
58+
EASYRSA_VERBOSE: 1
59+
60+
# Steps represent a sequence of tasks that will be executed as part of the job
61+
steps:
62+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
63+
- uses: actions/checkout@v4
64+
65+
# Runs a single command using the runners shell
66+
- name: operational test
67+
run: sh op-test.sh -vv -sc -o3 -p
68+
69+
# Runs a set of commands using the runners shell
70+
# - name: Run a multi-line script
71+
# run: |
72+
# echo Add other actions to build,
73+
# echo test, and deploy your project.
74+
# This workflow contains a single job called "build"
75+
4676
wtest:
4777
# The type of runner that the job will run on
4878
runs-on: windows-latest

0 commit comments

Comments
 (0)