forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.yml
More file actions
44 lines (38 loc) · 903 Bytes
/
tests.yml
File metadata and controls
44 lines (38 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
- name: Image output (jpeg)
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
config_output: jpeg
- name: Image output (png)
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
config_output: png
- name: Image output (json)
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
config_output: json
- name: Use twemoji
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
config_twemoji: yes
- name: Use gemoji
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
config_gemoji: yes
- name: Disable animations
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
config_animations: no
- name: Community templates
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
template: "@classic"
setup_community_templates: "lowlighter/metrics@master:classic"
modes:
- action