Skip to content

Mod: Remove tests action #26

Mod: Remove tests action

Mod: Remove tests action #26

Workflow file for this run

name: Test and Build Package
on: [push]
jobs:
build-package:
name: 'Build package'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn
- run: yarn build
- uses: actions/upload-artifact@v2
with:
name: "Output files(${{github.sha}})"
path: ./dist