Skip to content

Add copy table ID to context in tree #350

Add copy table ID to context in tree

Add copy table ID to context in tree #350

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Install modules
run: npm ci
- name: "Authenticate to Google Cloud"
uses: "google-github-actions/auth@v0.4.0"
with:
credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"
- name: Check
run: npm run check
- name: Lint
run: npm run lint
- name: Run headless test
uses: GabrielBB/xvfb-action@v1.0
with:
run: npm test
- name: Coverage
uses: codecov/codecov-action@v2