Skip to content

Commit f0a02cc

Browse files
committed
ci: cleanup ci workflows
1 parent afaee3c commit f0a02cc

File tree

3 files changed

+25
-27
lines changed

3 files changed

+25
-27
lines changed

.circleci/config.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/issues.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
name: Issue Bot
2+
13
on: issues
2-
name: Run issue bot
4+
35
jobs:
46
build:
5-
name: nativescript-vue/issue-bot-action
67
runs-on: ubuntu-latest
8+
79
steps:
8-
- uses: actions/checkout@master
910
- name: nativescript-vue/issue-bot-action
1011
uses: nativescript-vue/issue-bot-action@master
1112
env:

.github/workflows/unit.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Unit Tests
2+
3+
on:
4+
push:
5+
branches: [ $default-branch ]
6+
pull_request:
7+
branches: [ $default-branch ]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 18
18+
cache: 'yarn'
19+
20+
- run: yarn
21+
- run: yarn test

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy