Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
muskansethi1 committed Jun 27, 2024
1 parent f8bae10 commit b19acbe
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
node-version: ${{ matrix.node }}

- run: npm i
- run: git clone https://github.com/cap-js/incidents-app.git && cd incidents-app
- run: cd incidents-app && npm install --save ../
- run: cd incidents-app && cp -r xmpls/attachments.cds ./db && npm i
- run: ls
- run: cd incidents-app && pwd
- run: npm run test
- run: cd ../ && git clone https://github.com/cap-js/incidents-app.git
- run: cd ../incidents-app && npm install --save ../attachments/
- run: cd ../incidents-app && cp -r xmpls/attachments.cds ./db && npm i
- run: cd attachments && pwd && npm run test
env:
FORCE_COLOR: true
- run: rm incidents-app

0 comments on commit b19acbe

Please sign in to comment.