Skip to content

Commit

Permalink
add test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jersey <wgyt735yt@gmail.com>
  • Loading branch information
williamhorning committed Mar 30, 2024
1 parent 7e23465 commit d230d49
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Tests

on:
push:
branches-ignore: [0.4.x]
pull_request:

jobs:
lightning:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup deno
uses: denoland/setup-deno@v2
with:
deno-version: v1.42.0
- name: run tests
run: |
cd packages/lightning
deno test -A

0 comments on commit d230d49

Please sign in to comment.