Skip to content

changed branch for rollup test #1

changed branch for rollup test

changed branch for rollup test #1

Workflow file for this run

name: Rollup Test
on:
push:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run Rollup
run: npm run rollup
- name: List contents of out/compiled directory
run: ls -R out/compiled