Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
muskansethi1 committed Jun 27, 2024
1 parent 5922ac4 commit 50123c1
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 @@ -29,7 +29,7 @@ jobs:

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

0 comments on commit 50123c1

Please sign in to comment.