Skip to content

Merge branch 'main' into add-patch-to-databases #107

Merge branch 'main' into add-patch-to-databases

Merge branch 'main' into add-patch-to-databases #107

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: current
- run: npm install -g npm
- run: bash .ci/build.sh
- name: Start MongoDB
uses: supercharge/[email protected]
- uses: js-soft/[email protected]
with:
ferretdb-telemetry: "enabled"
ferretdb-port: 27018
- run: bash .ci/test.sh