Skip to content

Commit

Permalink
NOSTORY: fix packages pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Hlushchenko committed Jan 29, 2025
1 parent 0a0653e commit d11ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ jobs:
continue-on-error: ${{ contains(matrix.package, 'Tests') || matrix.package == 'Chemspace' }}
timeout-minutes: 30
id: test-package
run: npm run test -- --skip-build --skip-publish --record --core --csv --host ${{ steps.datagrok-image.outputs.alias }} --verbose
run: npm run test --skip-build --skip-publish --record --core --csv --host ${{ steps.datagrok-image.outputs.alias }} --verbose
working-directory: packages/${{ matrix.package }}
- name: Upload Artifact
if: always() && steps.test-package.outcome != 'skipped'
Expand Down

0 comments on commit d11ba4e

Please sign in to comment.