Skip to content

Commit

Permalink
Ensure AkitaRTM is compilable
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan committed May 30, 2023
1 parent e38e7bb commit 16f413a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Regular Test
name: Akita Test

on: push

Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/akitartm_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: AkitaRTM Test

on: push

jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

0 comments on commit 16f413a

Please sign in to comment.