Skip to content

tests: add retries for tests dending on span export #14

tests: add retries for tests dending on span export

tests: add retries for tests dending on span export #14

Workflow file for this run

name: tests
on:
push:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- name: Git checkout
uses: actions/checkout@v3.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Test
run: ./test.sh