Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
muskansethi1 committed Aug 12, 2024
1 parent 5b66654 commit 211ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: cd .. && mkdir calesi
- run: cd ../calesi && mkdir plugins && cd plugins && mkdir attachments
- run: cp -r ./* ../calesi/plugins/attachments
- run: cd ../calesi && git clone https://github.com/cap-js/incidents-app.git && cd incidents-app && npm install --save ../plugins/attachments/ && cp -r xmpls/attachments.cds ./db && npm i && npm add @cap-js/sqlite -D
- run: cd ../calesi && git clone https://github.com/cap-js/incidents-app.git && cd incidents-app && npm install --save ../plugins/attachments/ && cp -r xmpls/attachments.cds ./db && npm i
- run: cd ../calesi/plugins/attachments && npm run test
env:
FORCE_COLOR: true
Expand Down

0 comments on commit 211ff92

Please sign in to comment.