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 961993b commit 9e5fdcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- 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 .. && mkdir plugins && cp attachments/ plugins/
- run: npm run test
- run: pwd
- run: cd .. && mkdir plugins && mv attachments/ plugins/
- run: pwd && npm run test
env:
FORCE_COLOR: true
working-directory: attachments/plugins/
Expand Down

0 comments on commit 9e5fdcb

Please sign in to comment.