Skip to content

ci: update fdb gha #80

ci: update fdb gha

ci: update fdb gha #80

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install -g npm
- run: bash .ci/build.sh
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
- uses: js-soft/ferretdb-github-action@1.1.1
with:
ferretdb-telemetry: "enabled"
ferretdb-port: 27018
- run: bash .ci/test.sh