Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Gruenfelder committed Nov 8, 2023
1 parent d2a2120 commit fd19496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
id: generateId
# add a step output `steps.build_id.outputs.id` as the unique id
run: echo "::set-output name=id::$(uuidgen)"
- name: check
run: echo ${{steps.generateId.outputs.id}}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions test-integration/_env/srv/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
const cds = require("@sap/cds");
const { generateCredentialsForCds } = require("./hana/helper");

console.log(process.env.NODE_ENV);

Check failure on line 6 in test-integration/_env/srv/server.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement

let credentials = JSON.parse(process.env.HANA_DB_CREDENTIALS || null);
try {
if (process.env.NODE_ENV === "githubAction-hana") {
Expand Down

0 comments on commit fd19496

Please sign in to comment.