Skip to content

Injects mock pom into e2e-test-microsite-datadog so the plugin can pr… #24

Injects mock pom into e2e-test-microsite-datadog so the plugin can pr…

Injects mock pom into e2e-test-microsite-datadog so the plugin can pr… #24

Workflow file for this run

name: Unit test and build
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run prepublishOnly