Skip to content

Release 6.3.6

Release 6.3.6 #84

Workflow file for this run

name: Tests
on:
# Run for all push commits, but not when a tag is committed
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '**.js'
- '**.ts'
- '**.tsx'
- '**.json'
pull_request:
paths:
- '**.js'
- '**.ts'
- '**.tsx'
- '**.json'
jobs:
tests:
strategy:
matrix:
node: [20]
uses: ./.github/workflows/service_tests.yml
with:
node-version: ${{ matrix.node }}
secrets: inherit