Skip to content

Commit

Permalink
Test bellecour build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Oct 15, 2024
1 parent a5ff3d1 commit 38b8b1f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 49 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Init
run: npm ci
- name: Run tests
- name: Run unit tests
run: npm run test
- name: Test build
run: npm run build
24 changes: 0 additions & 24 deletions .github/workflows/nodejs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion matchstick.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
testsFolder: test
manifestPath: subgraph.template.yaml
manifestPath: subgraph.template.yaml
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test-builds": "bash test-builds.sh",
"codegen": "graph codegen subgraph.template.yaml",
"test": "npm run codegen && graph test",
"test-docker": "npm run codegen && docker run -it --rm -v $(pwd):/matchstick/subgraph rainprotocol/matchstick:main"
"test-docker": "npm run codegen && docker run -it --rm -v $(pwd):/matchstick/subgraph rainprotocol/matchstick:main",
"build": "npm run codegen && graph build subgraph.${NETWORK_NAME:-bellecour}.yaml"
},
"homepage": "https://github.com/iExecBlockchainComputing/PoCo-subgraph.git#readme",
"repository": {
Expand Down
22 changes: 0 additions & 22 deletions test-builds.sh

This file was deleted.

0 comments on commit 38b8b1f

Please sign in to comment.