Skip to content

refactor(l10n): New Crowdin translations to review and merge (#641) #150

refactor(l10n): New Crowdin translations to review and merge (#641)

refactor(l10n): New Crowdin translations to review and merge (#641) #150

Workflow file for this run

name: Linting & e2e tests
on: push
jobs:
lint-and-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install npm dependencies, cache them correctly
- name: Cypress run
uses: cypress-io/github-action@v6
with:
# just perform install
runTests: false
- name: Lint with ESLint
run: yarn lint
- name: Run e2e tests
uses: cypress-io/github-action@v6
with:
# we have already installed all dependencies above
install: false
# run server in the background
start: yarn dev