Skip to content

Add detection for whether we are on an active Stopify stack #65

Add detection for whether we are on an active Stopify stack

Add detection for whether we are on an active Stopify stack #65

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Build (TypeScript)
run: ./build.sh
- name: Test JavaScript normalization
working-directory: normalize-js
run: yarn run test
- name: Test continuations compiler
working-directory: stopify-continuations-compiler
run: yarn run test
- name: Test Stopify
working-directory: stopify
run: yarn run test