Skip to content

Bump semver from 5.7.1 to 5.7.2 (#18) #53

Bump semver from 5.7.1 to 5.7.2 (#18)

Bump semver from 5.7.1 to 5.7.2 (#18) #53

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- name: 📦 Install Dependencies
run: yarn
- name: 🏗 Build Project
run: yarn build
- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@v1
with:
run: yarn test
options: "-screen 0 1600x1200x24"
- uses: actions/upload-artifact@v3
if: failure()
with:
name: screenshots
path: |
tests/e2e/screenshots
tests/e2e/logs