File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 43
43
# echo test, and deploy your project.
44
44
# This workflow contains a single job called "build"
45
45
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
+
46
76
wtest :
47
77
# The type of runner that the job will run on
48
78
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments