mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
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]
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
working-directory: ./hyperglass/ui
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -20,7 +22,10 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install Dependencies
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: yarn install
|
||||
|
||||
- name: TypeScript Check
|
||||
uses: icrawl/action-tsc@v1
|
||||
with:
|
||||
project: ${{ env.working-directory }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue