Skip to content

Fix tests for @remix/server-runtime 1.9.1 #55

Fix tests for @remix/server-runtime 1.9.1

Fix tests for @remix/server-runtime 1.9.1 #55

Workflow file for this run

name: Build and Test
on:
pull_request:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prettier Check
run: yarn prettier:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch all history for all tags and branches
run: git fetch
- name: Install Dependencies
run: yarn
- name: Build
run: yarn build:ci
- name: Test
run: yarn test:ci:changed