Skip to content

Commit

Permalink
test(SCOUT): [BLA-1014] Test should run in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwapriya committed Jan 22, 2025
1 parent f065b4a commit 046abff
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,4 @@ jobs:
run: npm run lint

- name: Test
run: |
npm test
if [ $? -ne 0 ]; then
echo "Tests failed. Exiting..."
exit 1
fi
env:
CI: true
run: npm run test

0 comments on commit 046abff

Please sign in to comment.