diff --git a/test/action.yaml b/test/action.yaml index 2f0c784..4701166 100644 --- a/test/action.yaml +++ b/test/action.yaml @@ -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 @@ -56,4 +56,6 @@ runs: if [ "$INPUT__internal-mode" = 'true' ]; then cd "$GITHUB_ACTION_PATH/.." fi + printenv | grep '^DB2_*' npm test +