mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
ci fixes/debug
This commit is contained in:
@@ -2,7 +2,8 @@ name: Backend Testing
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
backend:
|
||||
name: Backend Tests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -10,8 +11,8 @@ jobs:
|
||||
redis-version: [5, 6]
|
||||
poetry-version: [1.1.4]
|
||||
python-version: [3.6, 3.8]
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
|
||||
@@ -3,13 +3,13 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
frontend:
|
||||
name: Type Check
|
||||
name: Frontend Tests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
working-directory: ./hyperglass/ui
|
||||
steps:
|
||||
|
||||
@@ -2,12 +2,13 @@ name: Installer Testing
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
installer:
|
||||
name: Installer Tests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
|
||||
@@ -4,14 +4,15 @@ on:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
release:
|
||||
name: Release to PyPI
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.6]
|
||||
os: [ubuntu-20.04]
|
||||
poetry-version: [1.1.4]
|
||||
runs-on: ${{ matrix.os }}
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
|
||||
Reference in New Issue
Block a user