Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans committed Sep 12, 2024
1 parent 43aa5dd commit 05de034
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,10 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
#strategy:
# fail-fast: false
# matrix:
# node-version: [22.x, 20.x]
# cds-version: [8, 7]
steps:
- uses: actions/checkout@v2
#- name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v2
# with:
# node-version: ${{ matrix.node-version }}
#- run: npm i -g @sap/cds-dk@${{ matrix.cds-version }}
- run: npm i
#- run: npm i @sap/cds@${{ matrix.cds-version }}
#- run: cds v
- run: npm run lint
#- run: npm run test
# env:
# ALS_CREDS_OAUTH2: ${{ secrets.ALS_CREDS_OAUTH2 }}
# ALS_CREDS_STANDARD: ${{ secrets.ALS_CREDS_STANDARD }}
# ALS_CREDS_PREMIUM: ${{ secrets.ALS_CREDS_PREMIUM }}
test:
runs-on: ubuntu-latest
strategy:
Expand All @@ -48,7 +31,6 @@ jobs:
- run: npm i
- run: npm i @sap/cds@${{ matrix.cds-version }}
- run: cds v
#- run: npm run lint
- run: npm run test
env:
ALS_CREDS_OAUTH2: ${{ secrets.ALS_CREDS_OAUTH2 }}
Expand Down

0 comments on commit 05de034

Please sign in to comment.