Last change
on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
330 bytes
|
Line | |
---|
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 run test-ci
|
---|
Note:
See
TracBrowser
for help on using the repository browser.