Skip to content

Commit

Permalink
Create main-branch-cypress-tests..yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markomilenkovic546 authored Mar 7, 2024
1 parent ce60efe commit 1eaae60
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main-branch-cypress-tests..yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Run Cypress Tests

on:
push:
branches:
- main

jobs:
cypress-tests:
runs-on: ubuntu-latest
container: cypress/browsers:node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1

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

# Install NPM dependencies
- name: Install dependencies
run: npm install


# Run a specific NPM script
- name: Run Cypress Tests
run: npm run all-specs

0 comments on commit 1eaae60

Please sign in to comment.