We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdba831 commit 6839af1Copy full SHA for 6839af1
.github/workflows/test-on-main.yml
@@ -55,7 +55,8 @@ jobs:
55
56
- name: Configure PostgreSQL for tests
57
run: |
58
- cd javaxt-core-test/javaxt-core-test/src/test/resources
+ mkdir -p javaxt-core-test/src/test/resources
59
+ cd javaxt-core-test/src/test/resources
60
cat > postgresql.properties << EOF
61
db.host=localhost
62
db.port=5432
@@ -66,7 +67,8 @@ jobs:
66
67
68
- name: Configure MySQL for tests
69
70
71
72
cat > mysql.properties << EOF
73
74
db.port=3306
0 commit comments