Skip to content

Merge pull request #45 from codeceptjs/dependabot/npm_and_yarn/follow… #21

Merge pull request #45 from codeceptjs/dependabot/npm_and_yarn/follow…

Merge pull request #45 from codeceptjs/dependabot/npm_and_yarn/follow… #21

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup nodejs
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm i
- run: npm run test
- run: npm run test-integration