Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @ganache/utils from 0.3.0 to 0.8.0 #19

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update push.yml
  • Loading branch information
X-oss-byte committed Aug 12, 2023
commit 426e80b5ef6c26f894021c3cbecc15e1877bb813
16 changes: 10 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,21 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3

uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

node-version: ${{ matrix.node }}

- run: npm ci
- run: npm run tsc
- run: npm test
env:
FORCE_COLOR: 1
INFURA_KEY: ${{ secrets.TEST_INFURA_KEY }}


test : filter {use verified test to build}

build-all:
strategy:
fail-fast: false
Expand All @@ -39,13 +43,13 @@ jobs:

runs-on: ${{ matrix.os }}

if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/develop' "new"

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Use Node.js ${{ matrix.node }}
- name: Use Node.BB ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down
Loading