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 1010
1111jobs :
1212 build :
13- runs-on : project-awsaws-lambda-nodejs-runtime-interface-client
13+ runs-on : [self-hosted, project-awsaws-lambda-nodejs-runtime-interface-client]
1414 timeout-minutes : 15
1515 outputs :
1616 version : ${{ steps.version.outputs.version }}
1717 steps :
18- - name : Debug runner info
19- run : |
20- echo "Runner started successfully"
21- whoami
22- pwd
23- uname -a
24-
2518 - uses : actions/checkout@v4
2619
2720 - name : Setup Node.js
6457 retention-days : 30
6558
6659 test :
67- runs-on : project-awsaws-lambda-nodejs-runtime-interface-client
60+ runs-on : [self-hosted, project-awsaws-lambda-nodejs-runtime-interface-client]
6861 needs : [build]
6962 strategy :
7063 matrix :
7972
8073 publish :
8174 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]
8376 needs : [build, test]
8477 permissions :
8578 contents : write
You can’t perform that action at this time.
0 commit comments