Skip to content

Commit

Permalink
Remove Enabler temporarily for testing Processor
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumarct committed Feb 2, 2024
1 parent 2c8000a commit afaf7c2
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,6 @@ name: CI
on: [push]

jobs:
build-enabler:
name: Build the application for enabler
runs-on: ubuntu-latest
env:
CTP_REGION: ${{ secrets.CTP_REGION }}
defaults:
run:
working-directory: enabler
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'

- name: Install modules
run: npm ci

build-processor:
name: Build the application for processor
Expand Down

0 comments on commit afaf7c2

Please sign in to comment.