Skip to content

Commit

Permalink
fix pipeline yaml and install frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-ml committed Sep 28, 2023
1 parent 0477513 commit 13ce4aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pipelines/full-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ stages:
dependsOn: build_python
timeoutInMinutes: 10
displayName: Test Frontend Code
env:
CI: "true"
steps:
- checkout: none
- download: current
Expand All @@ -134,7 +132,8 @@ stages:
versionSpec: 18.x
- script: |
set -xv # Echo commands before they are run
npm test
yarn install
CI=true npm test
workingDirectory: $(Pipeline.Workspace)/working/assemblyline-ui-frontend/
displayName: Test Frontend
Expand Down

0 comments on commit 13ce4aa

Please sign in to comment.