Node doesn't do anything
Some checks failed
Tests / test-rpc (pull_request) Waiting to run
Tests / sdk_tests (pull_request) Waiting to run
Deploy Contract / deploy (pull_request) Failing after 18s
Build / build (pull_request) Successful in 2m24s
Lint / Run flake8 on python integration tests (pull_request) Has been cancelled
Lint / Run golangci-lint (pull_request) Has been cancelled
Tests / test-importer (pull_request) Has been cancelled
Tests / test-unit-cover (pull_request) Has been cancelled

This commit is contained in:
Thomas E Lackey 2024-01-22 17:37:03 -06:00
parent 7b9ea643e5
commit be38f27988

View File

@ -9,13 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: Test contract
run: |
sudo make contract-tools
sudo make test-contract
make contract-tools
# This seems to be an empty placeholder.
make test-contract