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
# ========================================= CI - Tests - Tickets Service ========================================= | |
name: CI - Tests - Tickets Service | |
on: | |
pull_request: | |
paths: | |
- "tickets/**" | |
jobs: | |
Tickets-Service-Pre-Integration-Tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: cd tickets && npm install && npm run test:ci |