Skip to content

Commit 4acaf83

Browse files
committed
Add CI workflow to run test suite on push to test_dll_issue branch
1 parent 6897187 commit 4acaf83

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ jobs:
104104
echo "Writing db2dsdriver.cfg to $CFG_DIR"
105105
mkdir -p "$CFG_DIR"
106106
107-
# Write the XML without leading whitespace
108-
cat > "$CFG_DIR/db2dsdriver.cfg" <<-EOF
107+
cat > "$CFG_DIR/db2dsdriver.cfg" <<EOF
109108
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
110109
<configuration>
111110
<dsncollection>
@@ -119,7 +118,7 @@ jobs:
119118
</database>
120119
</databases>
121120
</configuration>
122-
EOF
121+
EOF
123122
124123
echo "--- db2dsdriver.cfg content ---"
125124
cat "$CFG_DIR/db2dsdriver.cfg"

0 commit comments

Comments
 (0)