Skip to content

Re-order listener creation logic to do concurrency protection in core #1339

Re-order listener creation logic to do concurrency protection in core

Re-order listener creation logic to do concurrency protection in core #1339

Workflow file for this run

name: Solidity Tests
on:
pull_request:
branches: [main]
permissions:
contents: read
packages: read
jobs:
solidity-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: "20.x"
- run: npm ci
working-directory: ./smart_contracts/ethereum/solidity_firefly
- run: npm run test
working-directory: ./smart_contracts/ethereum/solidity_firefly