forked from mirrors/thatmattlove-hyperglass
fix frontend ci testing [skip ci]
This commit is contained in:
parent
a4f041469a
commit
b2de21b657
1 changed files with 5 additions and 0 deletions
5
.github/workflows/frontend.yml
vendored
5
.github/workflows/frontend.yml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
||||||
node-version: [14.x]
|
node-version: [14.x]
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-20.04]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
env:
|
||||||
|
working-directory: ./hyperglass/ui
|
||||||
steps:
|
steps:
|
||||||
- name: Git Checkout
|
- name: Git Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
@ -20,7 +22,10 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
working-directory: ${{ env.working-directory }}
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: TypeScript Check
|
- name: TypeScript Check
|
||||||
uses: icrawl/action-tsc@v1
|
uses: icrawl/action-tsc@v1
|
||||||
|
with:
|
||||||
|
project: ${{ env.working-directory }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue