Skip to content

build(deps-dev): bump testcontainers-node-playwright from 0.5.3 to 0.5.4 #31

build(deps-dev): bump testcontainers-node-playwright from 0.5.3 to 0.5.4

build(deps-dev): bump testcontainers-node-playwright from 0.5.3 to 0.5.4 #31

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