Skip to content

fix: flaky test

fix: flaky test #246

Workflow file for this run

name: Tests and Linting
orbs:

Check failure on line 3 in .github/workflows/run-tests.yaml

View workflow run for this annotation

GitHub Actions / Tests and Linting

Invalid workflow file

The workflow is not valid. .github/workflows/run-tests.yaml (Line: 3, Col: 1): Unexpected value 'orbs' .github/workflows/run-tests.yaml (Line: 24, Col: 7): Unexpected value 'codecov/upload'

Check failure on line 3 in .github/workflows/run-tests.yaml

View workflow run for this annotation

GitHub Actions / Tests and Linting

Invalid workflow file

The workflow is not valid. .github/workflows/run-tests.yaml (Line: 3, Col: 1): Unexpected value 'orbs' .github/workflows/run-tests.yaml (Line: 24, Col: 7): Unexpected value 'codecov/upload'
codecov: codecov/codecov@4.2.0
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run lint
- run: npm test
env:
CI: true
- codecov/upload