chore(deps): update typescript-eslint monorepo to v6.2.0 #2980
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: NestJS API CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run e2e tests | |
run: docker compose -f docker-compose.ci.yaml --env-file env-example -p ci up --build --exit-code-from api |