Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehBabenkoo committed Feb 6, 2024
2 parents bb4eb7f + d57ed01 commit 70a087f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on: [workflow_dispatch]
jobs:
cypress-run:
runs-on: ubuntu-latest
strategy:
matrix:
job: [0, 1, 2, 3]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -13,4 +16,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Cypress run
run: npx cypress run --record --key acf5a95a-f5fe-4d53-818a-a6afa18e512c
run: npx cypress run

0 comments on commit 70a087f

Please sign in to comment.