chore(deps): update dependency webpack to v5.94.0 [security] #1304
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: | |
pull_request: | |
branches: | |
- master | |
paths-ignore: | |
- 'src/web/docusaurus/docs/**' | |
jobs: | |
lockfile: | |
uses: Seneca-CDOT/telescope/.github/workflows/pnpm-lock-check-ci.yml@master | |
# Confirm that prettier was run on the changes | |
prettier: | |
uses: Seneca-CDOT/telescope/.github/workflows/prettier-ci.yml@master | |
# Make sure eslint passes | |
eslint: | |
uses: Seneca-CDOT/telescope/.github/workflows/eslint-ci.yml@master | |
# Run unit tests on all platforms/versions of node | |
unit: | |
uses: Seneca-CDOT/telescope/.github/workflows/unit-tests-ci.yml@master | |
# Run end-to-end tests along with the microservices in docker-compose on Linux | |
e2e: | |
uses: Seneca-CDOT/telescope/.github/workflows/e2e-tests-ci.yml@master |