Skip to content

Merge pull request #85 from event-catalog/fixing-async-issue-writing-… #200

Merge pull request #85 from event-catalog/fixing-async-issue-writing-…

Merge pull request #85 from event-catalog/fixing-async-issue-writing-… #200

Workflow file for this run

# Make sure the EventCatalog can build OK
name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Tests
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Installation
run: pnpm install
- name: Run tests
run: pnpm run test