-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configured CI Workflow for auth service tests.
- Loading branch information
1 parent
9f30b4c
commit da4fc7b
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# ===================================================== Main Branch CI Configuration ===================================================== | ||
# ========================================= Main Branch ::: CI - Tests - Auth Service ========================================= | ||
|
||
name: CI - Tests - Auth Service | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
Production-Branch-Pre-Integration-Tests: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- run: cd auth && npm install && npm run test:ci |