Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run-test.yml 330B

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