Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Jul 15, 2024
1 parent 62072eb commit 7d7409b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
default: 'all'
description: 'Manual run'

push:
branches-ignore:
- 'dependabot/**'

jobs:
buildAndTest:
name: Build and Test (Manual)
Expand Down Expand Up @@ -128,6 +132,7 @@ jobs:
IPFS_PUBLIC_GATEWAY: http://localhost:8080/ipfs/${cid}

- name: Run tests with Cypress
uses: coactions/setup-xvfb@v1
run: |
pushd e2e-tests
npm install --force
Expand Down

0 comments on commit 7d7409b

Please sign in to comment.