Skip to content

fix: fix extname for upload #18

fix: fix extname for upload

fix: fix extname for upload #18

Workflow file for this run

name: unit-testing
on:
push:
branches: [ "develop", "main" ]
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ "**" ]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- name: run test
run: |
yarn
yarn test