Skip to content

Commit

Permalink
Add github action to dpos (#14)
Browse files Browse the repository at this point in the history
* Add github action to dpos

* Update version node

* update branch

Co-authored-by: NGO NGUYEN VU HUY <HuyNgo@HaoNgos-MacPro.local>
  • Loading branch information
huyngopt1994 and NGO NGUYEN VU HUY authored Sep 15, 2022
1 parent 4bee32f commit 7bedd71
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
uses: axieinfinity/workflows-samples/.github/workflows/testing-node.yml@main
with:
node_version: v14.18.1

0 comments on commit 7bedd71

Please sign in to comment.