mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-16 18:20:49 +01:00
disable workflows
This commit is contained in:
parent
a779ffd6d6
commit
05be4f30e6
60
.github/workflows/gh-pages-deploy.yml
vendored
60
.github/workflows/gh-pages-deploy.yml
vendored
@ -1,30 +1,30 @@
|
||||
name: gh-pages-deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12' # TODO IDK what version nighttab is built with normally.
|
||||
cache: 'npm'
|
||||
- run: |
|
||||
npm install
|
||||
npm run lint
|
||||
npm test
|
||||
npm run build
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.3
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: dist/web
|
||||
# name: gh-pages-deploy
|
||||
#
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
#
|
||||
# jobs:
|
||||
# build-and-deploy:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v2.3.1
|
||||
# with:
|
||||
# persist-credentials: false
|
||||
# - uses: actions/setup-node@v2
|
||||
# with:
|
||||
# node-version: '12' # TODO IDK what version nighttab is built with normally.
|
||||
# cache: 'npm'
|
||||
# - run: |
|
||||
# npm install
|
||||
# npm run lint
|
||||
# npm test
|
||||
# npm run build
|
||||
#
|
||||
# - name: Deploy
|
||||
# uses: JamesIves/github-pages-deploy-action@4.1.3
|
||||
# with:
|
||||
# branch: gh-pages
|
||||
# folder: dist/web
|
||||
|
38
.github/workflows/pull-request-tests.yml
vendored
38
.github/workflows/pull-request-tests.yml
vendored
@ -1,19 +1,19 @@
|
||||
name: Run tests
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Dependecies & Test
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12' # TODO IDK what version nighttab is built with normally.
|
||||
cache: 'npm'
|
||||
- run: |
|
||||
npm install
|
||||
npm run lint
|
||||
npm test
|
||||
# name: Run tests
|
||||
#
|
||||
# on: [push, pull_request]
|
||||
#
|
||||
# jobs:
|
||||
# build-and-deploy:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Install Dependecies & Test
|
||||
# - uses: actions/setup-node@v2
|
||||
# with:
|
||||
# node-version: '12' # TODO IDK what version nighttab is built with normally.
|
||||
# cache: 'npm'
|
||||
# - run: |
|
||||
# npm install
|
||||
# npm run lint
|
||||
# npm test
|
||||
|
Loading…
Reference in New Issue
Block a user