Skip to content

Commit

Permalink
CI: Add test for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Jun 21, 2021
1 parent 56b351b commit 95138d3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,14 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: coverage
path: htmlcov
path: htmlcov
frontend-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
with:
cmd: --cwd ./core/frontend install
- uses: borales/[email protected]
with:
cmd: --cwd ./core/frontend build

0 comments on commit 95138d3

Please sign in to comment.