Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed May 24, 2024
1 parent 207224e commit f340ff4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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
16 changes: 0 additions & 16 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit f340ff4

Please sign in to comment.