Skip to content

[GS-18] [FEAT] Configure Sanity CMS #21

[GS-18] [FEAT] Configure Sanity CMS

[GS-18] [FEAT] Configure Sanity CMS #21

Workflow file for this run

name: General CI Workflow
on:
push:
branches:
- develop
- 'feat/**'
- 'tech/**'
- 'fix/**'
pull_request:
branches:
- develop
- 'feat/**'
- 'tech/**'
- 'fix/**'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run Cypress tests
run: npm run cypress:run