Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Dec 9, 2024
1 parent 47d5317 commit 0e27aae
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
name: Unit
on: push

on:
pull_request:
branches:
- next
- main

jobs:
test:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Custom tests 🧪
uses: cypress-io/github-action@v6
with:
command: npm run e2e

# runs-on: ubuntu-latest

# strategy:
# matrix:
# node-version: [20.x]
steps:
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Custom tests 🧪
uses: cypress-io/github-action@v6
with:
command: npm run e2e

# Run nightwatch tests with github actions
# https://nightwatchjs.org/guide/ci-integrations/run-nightwatch-on-github-actions.html
Expand Down

0 comments on commit 0e27aae

Please sign in to comment.