File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
26
26
- name : Cache Packages
27
27
uses : actions/cache@v4
28
28
with :
29
- key : ' 9.25.1-DocumentationGeneration1.0.2'
29
+ key : ' 9.25.1-DocumentationGeneration1.0.2,Sign:1.5.0 '
30
30
path : ~/.local/share/OpenTap/PackageCache
31
31
- name : Setup OpenTAP
32
32
uses : opentap/setup-opentap@main
33
33
with :
34
34
version : 9.25.1
35
- packages : ' DocumentationGeneration:1.0.2'
35
+ packages : ' DocumentationGeneration:1.0.2,Sign:1.5.0 '
36
36
additional-repository : ' https://test-automation.pw.keysight.com/api/packages'
37
37
additional-repository-token : ' ${{ secrets.KS8500TOKEN }}'
38
38
- name : Build Docs
44
44
dotnet build -c Release
45
45
cd bin/Release
46
46
mkdir Packages/LabVIEW\ Examples/
47
- cp -r ../../Dependency/OpenTap.LabView.Test1/ Packages/LabVIEW\ Examples/
48
-
49
- - name : Caching Signing tools
50
- uses : actions/cache@v4
51
- id : cache
52
- with :
53
- path : ./sign.TapPackage
54
- key : ${{ runner.os }}-signpackage-1.3.0 }}
55
- - name : Copy Signing tools
56
- if : steps.cache.outputs.cache-hit != 'true'
57
- run : aws s3 cp s3://ks-github-runner-tools/sign.1.3.0.TapPackage ./sign.TapPackage --region eu-central-1
58
- env :
59
- AWS_ACCESS_KEY_ID : ${{ secrets.S3_KEY_ID }}
60
- AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_SECRET }}
61
- - name : Install Sign
62
- working-directory : bin/Release
63
- run : .\tap.exe package install -f -v --no-isolation ../../sign.TapPackage
47
+ cp -r ../../Dependency/OpenTap.LabView.Test1/ Packages/LabVIEW\ Examples/
64
48
- name : Write Sign Cert
65
49
env :
66
50
TAP_SIGN_CERT : ${{ github.workspace }}/sign.cer
You can’t perform that action at this time.
0 commit comments