Skip to content

chore(deps): bump sass from 1.77.6 to 1.79.3 #348

chore(deps): bump sass from 1.77.6 to 1.79.3

chore(deps): bump sass from 1.77.6 to 1.79.3 #348

Workflow file for this run

---
name: E2E Tests (Cypress)
on: # yamllint disable-line rule:truthy
- push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm run start:cypress