Skip to content

Commit

Permalink
temp config
Browse files Browse the repository at this point in the history
  • Loading branch information
muskansethi1 committed Jun 27, 2024
1 parent 50123c1 commit f8bae10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- 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
env:
FORCE_COLOR: true
Expand Down
1 change: 1 addition & 0 deletions tests/integration/attachments.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const cds = require("@sap/cds");
const incidentsApp = require("path").resolve(__dirname, "./../../../../incidents-app");
console.log(incidentsApp);
const { expect, axios, GET, POST, DELETE } = cds.test(incidentsApp);
const { RequestSend } = require("../utils/api");
const { createReadStream } = cds.utils.fs;
Expand Down

0 comments on commit f8bae10

Please sign in to comment.