Skip to content

Commit 3bcd7ea

Browse files
author
Fabiana Severin
committed
Fixing build on codebuild
1 parent e69a19d commit 3bcd7ea

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@ on:
1010

1111
jobs:
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
@@ -64,7 +57,7 @@ jobs:
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:
@@ -79,7 +72,7 @@ jobs:
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

0 commit comments

Comments
 (0)