Skip to content

Merge pull request #506 from lolmaus/rename-fixtures-folder #24

Merge pull request #506 from lolmaus/rename-fixtures-folder

Merge pull request #506 from lolmaus/rename-fixtures-folder #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn test:integration
- run: yarn test:notelemetry