tests(plugins/skyline): enable it again since cert has been renewed
This commit is contained in:
15
.github/workflows/examples.yml
vendored
15
.github/workflows/examples.yml
vendored
@@ -699,6 +699,21 @@ jobs:
|
|||||||
user: lowlighter
|
user: lowlighter
|
||||||
plugins_errors_fatal: yes
|
plugins_errors_fatal: yes
|
||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
|
- name: 🌇 GitHub Skyline 3D calendar - GitHub Skyline
|
||||||
|
uses: lowlighter/metrics@master
|
||||||
|
with:
|
||||||
|
filename: metrics.plugin.skyline.svg
|
||||||
|
token: NOT_NEEDED
|
||||||
|
base: ""
|
||||||
|
plugin_skyline: yes
|
||||||
|
plugin_skyline_year: 2020
|
||||||
|
plugin_skyline_frames: 6
|
||||||
|
plugin_skyline_quality: 1
|
||||||
|
output_action: none
|
||||||
|
delay: 120
|
||||||
|
user: lowlighter
|
||||||
|
plugins_errors_fatal: yes
|
||||||
|
if: ${{ success() || failure() }}
|
||||||
- name: ⏱️ Website performances - Succint report
|
- name: ⏱️ Website performances - Succint report
|
||||||
uses: lowlighter/metrics@master
|
uses: lowlighter/metrics@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -12,7 +12,3 @@
|
|||||||
timeout: 1800000
|
timeout: 1800000
|
||||||
modes:
|
modes:
|
||||||
- action
|
- action
|
||||||
# Workaround while certificate is expired
|
|
||||||
skip: true
|
|
||||||
prod:
|
|
||||||
skip: true
|
|
||||||
@@ -1 +1,13 @@
|
|||||||
[]
|
- name: 🌇 GitHub Skyline 3D calendar - GitHub Skyline
|
||||||
|
uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
token: NOT_NEEDED
|
||||||
|
plugin_skyline: 'yes'
|
||||||
|
plugin_skyline_year: 2020
|
||||||
|
plugin_skyline_frames: 6
|
||||||
|
plugin_skyline_quality: 1
|
||||||
|
use_mocked_data: 'yes'
|
||||||
|
verify: 'yes'
|
||||||
|
timeout: 1800000
|
||||||
|
modes:
|
||||||
|
- action
|
||||||
|
|||||||
Reference in New Issue
Block a user