Skip to content

Commit

Permalink
Merge pull request #58 from OscarGarciaT/fork/oscar_dev
Browse files Browse the repository at this point in the history
cypress ci
  • Loading branch information
OscarGarciaT authored Aug 18, 2023
2 parents 1779eb2 + eedf8f2 commit 9bda769
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Cypress Test

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'

- name: Install dependencies
run: npm install
with:
cache-dir: ~/.npm

- name: Run Cypress tests
run: npm run test
30 changes: 0 additions & 30 deletions .github/workflows/node.js.yml

This file was deleted.

0 comments on commit 9bda769

Please sign in to comment.