Skip to content

Commit

Permalink
Merge pull request #235 from CybercentreCanada/frontend-eslint
Browse files Browse the repository at this point in the history
Frontend ESLint
  • Loading branch information
cccs-nr authored Jun 12, 2024
2 parents 1d2a387 + 3dd67fe commit 83f1647
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pipelines/full-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,17 @@ stages:
- script: |
set -xv # Echo commands before they are run
yarn install
CI=true npm test
yarn run build-test
workingDirectory: $(Pipeline.Workspace)/working/assemblyline-ui-frontend/
displayName: Test Frontend
- script: |
set -xv # Echo commands before they are run
yarn install
yarn run build-lint
workingDirectory: $(Pipeline.Workspace)/working/assemblyline-ui-frontend/
displayName: ESLint Frontend
- job: build_frontend
dependsOn: test_frontend
Expand Down

0 comments on commit 83f1647

Please sign in to comment.