Skip to content

debug flaky tests

debug flaky tests #21

Workflow file for this run

name: Test
on:
push:
branches:
- 'gh-action-test'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- run: npm install
- run: npm test