mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Fix #427 - Trying GitHub Actions
This commit is contained in:
parent
ebccc29d97
commit
bb16473fac
17
.github/run-test.yml
vendored
Normal file
17
.github/run-test.yml
vendored
Normal 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 test
|
Loading…
x
Reference in New Issue
Block a user