mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
20 lines
235 B
YAML
20 lines
235 B
YAML
name: Test
|
|
|
|
on:
|
|
push:
|
|
branches: '*'
|
|
|
|
jobs:
|
|
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: test
|
|
run: |
|
|
node test/run.js
|
|
node test/self_hosted_test.js
|