Skip to content

Replace next tag placeholders with 2.11.0 #105

Replace next tag placeholders with 2.11.0

Replace next tag placeholders with 2.11.0 #105

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
cypress:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm i
- name: Test
run: npm run cypress