Skip to content

Commit

Permalink
Merge pull request #281 from rsksmart/QA-Test
Browse files Browse the repository at this point in the history
Qa test -> Stable-Test
  • Loading branch information
Luisfc68 authored Dec 11, 2024
2 parents b07faf1 + f12d028 commit ec2bf1a
Show file tree
Hide file tree
Showing 48 changed files with 19,383 additions and 17,467 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install truffle
run: npm install -g truffle

- name: NPM Login
run: npm config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: npm ci
# - name: Lint source and tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
security-events: write
packages: read
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Expand All @@ -17,6 +18,9 @@ jobs:
with:
node-version: '19.6.0'

- name: NPM Login
run: npm config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: npm ci

Expand Down
Loading

0 comments on commit ec2bf1a

Please sign in to comment.