Skip to content

fix: job stuck

fix: job stuck #4

Workflow file for this run

name: CI
on:
push:
# branches:
# - master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Start MSSQL containers
working-directory: ./
run: docker-compose up -d --build mssql
- name: test
run: npm install