File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ permissions:
8
8
on :
9
9
workflow_dispatch :
10
10
push :
11
- branches :
12
- - main
13
11
paths :
14
12
- .github/workflows/ignore-this-ci.yml
15
13
- ignore-this/*
41
39
dotnet-version : |
42
40
8.0.x
43
41
44
- - name : Build
45
- run : ./build.ps1
46
-
47
- - name : Test report
48
- id : test-report
49
- uses : dorny/test-reporter@v1
50
- if : success() || failure() # run this step even if previous step failed
51
- with :
52
- name : Test results
53
- path : ignore-this/test/IgnoreThis.Tests/TestResults/Test.trx
54
- reporter : dotnet-trx
55
- fail-on-error : true
56
- fail-on-empty : true
57
-
58
42
- name : Install Sectigo CodeSiging CA certificates
59
- run : |
43
+ run : |-
60
44
sudo apt-get update
61
45
sudo apt-get install -y ca-certificates
62
46
sudo cp build/SectigoPublicCodeSigningRootCrossAAA.crt /usr/local/share/ca-certificates/
You can’t perform that action at this time.
0 commit comments