Skip to content

Commit 4a5cd06

Browse files
committed
Use AccessDatabase.accdb
1 parent af8838b commit 4a5cd06

23 files changed

+5
-5
lines changed

.github/workflows/tests_access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: build_access_file
3232
uses: AccessCodeLib/msaccess-vcs-build@main
3333
with:
34-
source-dir: "./tests_access/test.accdb"
34+
source-dir: "./tests_access/AccessDatabase.accdb"
3535
target-dir: "./tests_access/out"
3636
compile: "false"
3737
vcs-url: "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/tags/v4.1.2-build"

tests_access/test.accdb/dbs-properties.json renamed to tests_access/AccessDatabase.accdb/dbs-properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"Type": 3
7878
},
7979
"Name": {
80-
"Value": "rel:Test.accdb",
80+
"Value": "rel:AccessDatabase.accdb",
8181
"Type": 12
8282
},
8383
"NavPane Category": {

0 commit comments

Comments
 (0)