fix self hosted tests

This commit is contained in:
Dmitry Vasilev
2022-12-19 15:46:13 +08:00
parent d43c4ee71c
commit 88295a526a
5 changed files with 105 additions and 79 deletions

19
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
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