Skip to content

Commit

Permalink
Merge branch 'master' into e2e-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
taoeffect committed Oct 5, 2023
2 parents 47ffe18 + f60b035 commit 88e87df
Show file tree
Hide file tree
Showing 38 changed files with 44,996 additions and 714 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: NodeJS with Grunt

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm test
Loading

0 comments on commit 88e87df

Please sign in to comment.