Skip to content

Commit

Permalink
ci: fix broken password
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 2, 2024
1 parent adeccd6 commit f23e010
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
- name: Run tests
env:
DB2_USERNAME: db2inst1
DB2_PASSOWRD: P00lGnorts
DB2_PASSWORD: P00lGnorts
DB2_HOSTNAME: localhost
DB2_PORTNUM: 50000
DB2_DATABASE: mydb
Expand All @@ -56,4 +56,6 @@ runs:
if [ "$INPUT__internal-mode" = 'true' ]; then
cd "$GITHUB_ACTION_PATH/.."
fi
printenv | grep '^DB2_*'
npm test

0 comments on commit f23e010

Please sign in to comment.