Skip to content

A0-3946: Fix password saving function not working properly #411

A0-3946: Fix password saving function not working properly

A0-3946: Fix password saving function not working properly #411

Workflow file for this run

name: PR
on: [pull_request]
jobs:
pr:
strategy:
matrix:
step: ['lint', 'test', 'build']
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js version from .nvmrc
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: yarn
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}