Skip to content

Commit 7dc2d31

Browse files
committed
install sign from ks8500
1 parent fc4b9f5 commit 7dc2d31

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- name: Cache Packages
2727
uses: actions/cache@v4
2828
with:
29-
key: '9.25.1-DocumentationGeneration1.0.2'
29+
key: '9.25.1-DocumentationGeneration1.0.2,Sign:1.5.0'
3030
path: ~/.local/share/OpenTap/PackageCache
3131
- name: Setup OpenTAP
3232
uses: opentap/setup-opentap@main
3333
with:
3434
version: 9.25.1
35-
packages: 'DocumentationGeneration:1.0.2'
35+
packages: 'DocumentationGeneration:1.0.2,Sign:1.5.0'
3636
additional-repository: 'https://test-automation.pw.keysight.com/api/packages'
3737
additional-repository-token: '${{ secrets.KS8500TOKEN }}'
3838
- name: Build Docs
@@ -44,23 +44,7 @@ jobs:
4444
dotnet build -c Release
4545
cd bin/Release
4646
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/
6448
- name: Write Sign Cert
6549
env:
6650
TAP_SIGN_CERT: ${{ github.workspace }}/sign.cer

0 commit comments

Comments
 (0)