Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
run: npm ci
- name: Compile all NPM projects
run: npm run compile
- name: Build Tarball and Image Files
uses: ./.github/actions/artifacts_build
with:
image_uri_with_tag: pr-build/${{ matrix.node }}
push_image: false
load_image: true
node_version: ${{ matrix.node }}
package_name: aws-distro-opentelemetry-node-autoinstrumentation
os: ubuntu-latest
- name: Build Lambda Layer
run: npm run build-lambda
- name: Unit tests (Full)
Expand Down