Skip to content

Commit

Permalink
Fix #427 - Trying GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalman authored Mar 19, 2021
1 parent ebccc29 commit bb16473
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/run-test.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bb16473

Please sign in to comment.