This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch unit-test
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/unit-test by this push:
new 252ca212 productionTip no longer available
252ca212 is described below
commit 252ca21250fc6e8229713ec9a9899d66590ac191
Author: Sebb <[email protected]>
AuthorDate: Mon May 27 17:46:13 2024 +0100
productionTip no longer available
---
.github/workflows/unittestagenda.yml | 2 +-
www/board/agenda/spec/vue_server.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index a9a0ccba..d58c98b9 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-20.04, macos-latest]
+ os: [ubuntu-20.04]
ruby: [2.7]
# os: [ubuntu-20.04, ubuntu-22.04]
# ruby: [2.7, 3.1]
diff --git a/www/board/agenda/spec/vue_server.rb
b/www/board/agenda/spec/vue_server.rb
index 97bc2ef8..42382b44 100644
--- a/www/board/agenda/spec/vue_server.rb
+++ b/www/board/agenda/spec/vue_server.rb
@@ -78,7 +78,7 @@ class VueServer
process.env.VUE_ENV = 'server'
Vue = require('vue')
- Vue.config.productionTip = false
+ # Vue.config.productionTip = false
# render a response, using server side rendering
def Vue.renderResponse(component, response)