Skip to content

Rename "launch" -> "deploy" and avoid the term "remote" #77

Rename "launch" -> "deploy" and avoid the term "remote"

Rename "launch" -> "deploy" and avoid the term "remote" #77

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run tests
run: yarn test