Skip to content

Improve on the email invite UX so that you see the state of the invite #603

Improve on the email invite UX so that you see the state of the invite

Improve on the email invite UX so that you see the state of the invite #603

Workflow file for this run

name: Memex Extension CI checks
on:
push:
branches:
- 'hotfix/**'
- 'release/**'
jobs:
test-suite:
name: Memex Extension Test Suite
runs-on: ubuntu-latest
steps:
- name: Checkout super repo
uses: actions/checkout@v4
- name: Add SSH private keys for pulling submodule private repositories
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Pull submodules
run: git submodule update --init --recursive
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'
- run: yarn install --ignore-scripts --ignore-optional --non-interactive
- run: yarn test