Workflow funktioniert nun wieder. Es gab Probleme nach Aenderungen.
Build and Publish Site / docker (push) Successful in 23s
Build and Publish Site / docker (push) Successful in 23s
ABER: Die Applikation funktioniert nur lokal. Die deployte Version geht noch nicht.
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
module.exports = testFile => {
|
||||
if (testFile.startsWith('virtual-list-view-request-control') === true) {
|
||||
// Do not count towards coverage as it is disabled.
|
||||
return false
|
||||
}
|
||||
|
||||
if (testFile.startsWith('virtual-list-view-response-control') === true) {
|
||||
// Do not count towards coverage as it is disabled.
|
||||
return false
|
||||
}
|
||||
|
||||
testFile.replace(/\.test\.js$/, '.js')
|
||||
}
|
||||
Reference in New Issue
Block a user