source: trip-planner-front/node_modules/ua-parser-js/.github/workflows/run-test.yml@ 6a80231

Last change on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 330 bytes
RevLine 
[6a3a178]1name: ua-parser-js-run-test
2
3on: [push, pull_request]
4
5jobs:
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.