Skip to content

Merge pull request #134 from filiphric/131-modules-not-setup-properly #209

Merge pull request #134 from filiphric/131-modules-not-setup-properly

Merge pull request #134 from filiphric/131-modules-not-setup-properly #209

Workflow file for this run

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