Action doesn't work, should be under /.github/workflows folder perhaps

This commit is contained in:
Faisal Salman
2021-03-19 19:29:11 +07:00
parent db381cad92
commit 10475761cf

17
.github/workflows/run-test.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: ua-parser-js-run-test
on: [push, pull_request]
jobs:
run-test:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64, ppc64le]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Run the test
run: |
npm install
npm run test-ci