File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- runs-on : project-awsaws-lambda-nodejs-runtime-interface-client
13
+ runs-on : [self-hosted, project-awsaws-lambda-nodejs-runtime-interface-client]
14
14
timeout-minutes : 15
15
15
outputs :
16
16
version : ${{ steps.version.outputs.version }}
17
17
steps :
18
- - name : Debug runner info
19
- run : |
20
- echo "Runner started successfully"
21
- whoami
22
- pwd
23
- uname -a
24
-
25
18
- uses : actions/checkout@v4
26
19
27
20
- name : Setup Node.js
64
57
retention-days : 30
65
58
66
59
test :
67
- runs-on : project-awsaws-lambda-nodejs-runtime-interface-client
60
+ runs-on : [self-hosted, project-awsaws-lambda-nodejs-runtime-interface-client]
68
61
needs : [build]
69
62
strategy :
70
63
matrix :
79
72
80
73
publish :
81
74
if : startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/fabisev/artifact-publishing'
82
- runs-on : project-awsaws-lambda-nodejs-runtime-interface-client
75
+ runs-on : [self-hosted, project-awsaws-lambda-nodejs-runtime-interface-client]
83
76
needs : [build, test]
84
77
permissions :
85
78
contents : write
You can’t perform that action at this time.
0 commit comments