Skip to content

build(deps-dev): bump @testcontainers/postgresql from 10.13.0 to 10.13.1 #18

build(deps-dev): bump @testcontainers/postgresql from 10.13.0 to 10.13.1

build(deps-dev): bump @testcontainers/postgresql from 10.13.0 to 10.13.1 #18

Workflow file for this run

name: Testcontainers nodejs example
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Install Docker
uses: docker-practice/actions-setup-docker@master
- name: Run tests with Testcontainers
run: npm run debug
env:
TESTCONTAINERS_DOCKER_IMAGE: postgres:16.4-alpine