mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-02-22 16:15:54 +00:00
remove test action
This commit is contained in:
parent
4dc3034d51
commit
54054e3ebc
1 changed files with 0 additions and 15 deletions
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
|
@ -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
|
Loading…
Add table
Reference in a new issue