Skip to content

Merge pull request #11 from filiphric/9-error-reading-setattribute-in… #39

Merge pull request #11 from filiphric/9-error-reading-setattribute-in…

Merge pull request #11 from filiphric/9-error-reading-setattribute-in… #39

Workflow file for this run

name: e2e-tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: npm run build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
branch: main
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}