Skip to content

Commit bb16473

Browse files
authored
Fix faisalman#427 - Trying GitHub Actions
1 parent ebccc29 commit bb16473

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/run-test.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: ua-parser-js-run-test
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
run-test:
7+
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
arch: [amd64, ppc64le]
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-node@v2
14+
- name: Run the test
15+
run: |
16+
npm install
17+
npm test

0 commit comments

Comments
 (0)