Skip to content

fix: fixed identity state slice for store identities by account and did #865

fix: fixed identity state slice for store identities by account and did

fix: fixed identity state slice for store identities by account and did #865

Workflow file for this run

name: PR
on: [pull_request]
jobs:
lint:
name: Lint code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: yarn install
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
- name: Lint
run: yarn lint
build-and-test:
name: Build and test e2e
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v2-beta
with:
node-version: 16
- name: Install dependencies
run: yarn install
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
- name: Build
run: yarn build
# - name: Run headful puppeteer tests
# uses: mujo-code/[email protected]
# with:
# args: yarn e2e
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: build
path: |
master-build.zip