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.
|
- name: lesspass-fingerprint-test
- on:
- push:
- branches:
- - main
- paths:
- - "packages/lesspass-fingerprint/**"
- pull_request:
- paths:
- - "packages/lesspass-fingerprint/**"
- jobs:
- test:
- runs-on: ubuntu-18.04
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-node@v2
- with:
- node-version: "14"
- registry-url: "https://registry.npmjs.org"
- - run: yarn install
- - run: yarn workspace lesspass-crypto build
- - run: yarn workspace lesspass-fingerprint test
|