Skip to content

test(NODE-7184): migrate integration/read-write-concern tests #1155

test(NODE-7184): migrate integration/read-write-concern tests

test(NODE-7184): migrate integration/read-write-concern tests #1155

Workflow file for this run

name: Build documentation
on:
push:
branches: ['main']
workflow_dispatch: {}
workflow_call: {}
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install Hugo
run: |
mkdir hugo
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C hugo
echo "$(pwd)/hugo" >> $GITHUB_PATH
- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
- name: Build Docs
run: npm run build:docs -- --yes