Skip to content

Commit

Permalink
added manual test run
Browse files Browse the repository at this point in the history
  • Loading branch information
chopan123 committed Sep 13, 2024
1 parent 5960ca7 commit 1d96a4b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Run tests

on: push
on:
push:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
pull-requests: write
issues: read
packages: none

Expand Down Expand Up @@ -56,12 +58,12 @@ jobs:
uses: actions/[email protected]
with:
node-version: '20.10.0'

- name: Install cypress
run: yarn cypress install --force

- name: Run app
run: yarn pm2 start next
run: yarn pm2 start next

- name: Run test
run: yarn cy:run
run: yarn cy:run

0 comments on commit 1d96a4b

Please sign in to comment.