Skip to content

build: improve logic for issue template closing and add tests (#5905) #2056

build: improve logic for issue template closing and add tests (#5905)

build: improve logic for issue template closing and add tests (#5905) #2056

Workflow file for this run

on:
push:
branches:
- main
name: continuous
jobs:
units:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: ^7.0.0
- run: node --version
- run: ci/run_conditional_tests.sh
name: Run unit tests
env:
BUILD_TYPE: continuous
TEST_TYPE: units