Skip to content

Revert "Ox 3256 wrap brainstem js" #78

Revert "Ox 3256 wrap brainstem js"

Revert "Ox 3256 wrap brainstem js" #78

Workflow file for this run

name: Tests
on: pull_request
jobs:
code:
runs-on: ubuntu-latest
steps:
- name: Setup firefox
uses: browser-actions/setup-firefox@latest
with:
firefox-version: 'latest'
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- run: yarn test