We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88a360 commit 8661ac1Copy full SHA for 8661ac1
.github/workflows/pr-build.yml
@@ -38,6 +38,15 @@ jobs:
38
run: npm ci
39
- name: Compile all NPM projects
40
run: npm run compile
41
+ - name: Build Tarball and Image Files
42
+ uses: ./.github/actions/artifacts_build
43
+ with:
44
+ image_uri_with_tag: pr-build/${{ matrix.node }}
45
+ push_image: false
46
+ load_image: true
47
+ node_version: ${{ matrix.node }}
48
+ package_name: aws-distro-opentelemetry-node-autoinstrumentation
49
+ os: ubuntu-latest
50
- name: Build Lambda Layer
51
run: npm run build-lambda
52
- name: Unit tests (Full)
0 commit comments