remove test action

This commit is contained in:
Nebel 2022-08-01 17:52:56 +09:00
parent 4dc3034d51
commit 54054e3ebc

View file

@ -1,15 +0,0 @@
name: test
on:
push:
branches-ignore: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with: { node-version: lts/*, cache: yarn }
- name: Build
run: |
yarn install
yarn build