Skip to content

Commit

Permalink
Merge pull request #236 from alwinsimon/main
Browse files Browse the repository at this point in the history
Added CI Workflow
  • Loading branch information
alwinsimon authored Oct 28, 2023
2 parents ddd4772 + da4fc7b commit a1c3b3c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/CI - Tests - Auth Service.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ========================================= 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

0 comments on commit a1c3b3c

Please sign in to comment.