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

0 comments on commit 961993b

Please sign in to comment.