Minimal set of working Gitea workflows. #138
@ -9,13 +9,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Test contract
|
||||||
run: |
|
run: |
|
||||||
sudo make contract-tools
|
make contract-tools
|
||||||
sudo make test-contract
|
# This seems to be an empty placeholder.
|
||||||
|
make test-contract
|
||||||
|
Loading…
Reference in New Issue
Block a user