Skip to content

Commit c8fa0b0

Browse files
committed
fix(ci): disable skyline for now as it's always returning 404
1 parent e34c90b commit c8fa0b0

File tree

3 files changed

+7
-70
lines changed

3 files changed

+7
-70
lines changed

.github/workflows/examples.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -793,43 +793,6 @@ jobs:
793793
user: lowlighter
794794
plugins_errors_fatal: yes
795795
if: ${{ success() || failure() }}
796-
- name: 🌇 GitHub Skyline - GitHub Skyline
797-
uses: lowlighter/metrics@master
798-
with:
799-
filename: metrics.plugin.skyline.svg
800-
token: NOT_NEEDED
801-
base: ""
802-
plugin_skyline: yes
803-
plugin_skyline_year: 2020
804-
plugin_skyline_frames: 6
805-
plugin_skyline_quality: 1
806-
output_action: none
807-
delay: 120
808-
user: lowlighter
809-
plugins_errors_fatal: yes
810-
if: ${{ success() || failure() }}
811-
- name: 🌇 GitHub Skyline - GitHub City
812-
uses: lowlighter/metrics@master
813-
with:
814-
filename: metrics.plugin.skyline.city.svg
815-
token: NOT_NEEDED
816-
base: ""
817-
plugin_skyline: yes
818-
plugin_skyline_year: 2020
819-
plugin_skyline_frames: 6
820-
plugin_skyline_quality: 1
821-
plugin_skyline_settings: |
822-
{
823-
"url": "https://honzaap.github.io/GithubCity?name=${login}&year=${year}",
824-
"ready": "[...document.querySelectorAll('.display-info span')].map(span => span.innerText).includes('${login}')",
825-
"wait": 4,
826-
"hide": ".github-corner, .footer-link, .buttons-options, .mobile-rotate, .display-info span:first-child"
827-
}
828-
output_action: none
829-
delay: 120
830-
user: lowlighter
831-
plugins_errors_fatal: yes
832-
if: ${{ success() || failure() }}
833796
- name: ⏱️ Google PageSpeed - Succinct report
834797
uses: lowlighter/metrics@master
835798
with:

source/plugins/skyline/examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
timeout: 1800000
1313
modes:
1414
- action
15+
skip: true
16+
prod:
17+
skip: true # Currently skyline always return 404
1518

1619
- name: GitHub City
1720
uses: lowlighter/metrics@latest
@@ -34,3 +37,6 @@
3437
timeout: 1800000
3538
modes:
3639
- action
40+
skip: true
41+
prod:
42+
skip: true # Currently skyline always return 404

tests/cases/skyline.plugin.yml

Lines changed: 1 addition & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)