Skip to content

Commit

Permalink
Merge pull request #141 from dexe-network/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Arvolear authored Nov 8, 2023
2 parents 814728f + 49057c6 commit f14174a
Show file tree
Hide file tree
Showing 252 changed files with 20,675 additions and 84,199 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/test-graphs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "test-graphs"

on:
push:
branches:
- master
pull_request:
branches:
- master
- dev

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16.18.x"
cache: npm

- name: Install packages
run: npm run install-all

- name: Run tests
run: npm run codegen-all && npm run test-all
Loading

0 comments on commit f14174a

Please sign in to comment.