Skip to content

FIND-81: console logging #87

FIND-81: console logging

FIND-81: console logging #87

Workflow file for this run

name: Pull request
on:
pull_request:
types:
- opened
- synchronize
jobs:
test-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/node-tests
test-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/python-tests