Skip to content

Add a way for turbo to pipe CI tests #3

Add a way for turbo to pipe CI tests

Add a way for turbo to pipe CI tests #3

Workflow file for this run

name: extension build command
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run compiler
run: yarn compile
- name: Run `extenion build` command
run: yarn test:build