Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump version to 3.3.0 #182

Bump version to 3.3.0

Bump version to 3.3.0 #182

name: test-on-push-and-pr
on:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Build and run tests for Node.js ${{ matrix.node-version }}
run: |
docker build -f test/unit/Dockerfile.nodejs${{ matrix.node-version }}.x -t unit/nodejs.${{ matrix.node-version }}x .
docker run unit/nodejs.${{ matrix.node-version }}x
integration-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
distro: [alpine, amazonlinux, centos, debian, ubuntu]
steps:
- uses: actions/checkout@v4
- name: Run ${{ matrix.distro }} integration tests
run: DISTRO=${{ matrix.distro }} make test-integ
Morty Proxy This is a proxified and sanitized view of the page, visit original site.