We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0e4f46 + 7f84b8e commit 868f07eCopy full SHA for 868f07e
2 files changed
Dockerfile.database
@@ -2,7 +2,7 @@ FROM mariadb:10.11.8
2
3
COPY src/seedDb.sh /docker-entrypoint-initdb.d/
4
5
-ARG database="database_2025-02-12_16-49-46-0600(CST).tar.gz"
+ARG database="database_2025-04-06_20-02-22-0700(PDT).tar.gz"
6
7
RUN apt-get update && apt-get install -y \
8
curl \
config/configDesktop.js
@@ -262,7 +262,8 @@ const tests = [
262
},
263
{
264
label: 'MathML (#vector-2022)',
265
- path: '/wiki/MathTestNative'
+ path: '/wiki/MathTestNative',
266
+ selectors: []
267
}
268
];
269
0 commit comments