Skip to content

103 - Move offlineStorage to Application component #1372

103 - Move offlineStorage to Application component

103 - Move offlineStorage to Application component #1372

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install workspace dependencies
run: npm install
working-directory: .
lighthouse:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install workspace dependencies
run: npm install
working-directory: .