Skip to content

Add UUID to events, based on Segment's messageId #11

Add UUID to events, based on Segment's messageId

Add UUID to events, based on Segment's messageId #11

Workflow file for this run

name: CI
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.x.x
- run: pnpm install
- run: pnpm test