8000 cache doctor rst · symfony/symfony-docs@e95cba5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e95cba5

Browse files
author
smoench
committed
cache doctor rst
1 parent 853d05f commit e95cba5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,15 @@ jobs:
5252
- name: "Checkout"
5353
uses: actions/checkout@v2
5454

55+
- name: "Cache DOCtor-RST"
56+
uses: actions/cache@v1
57+
with:
58+
path: .doctor-rst.cache
59+
key: ${{ runner.os }}-doctor-rst
60+
5561
- name: "Run DOCtor-RST"
5662
uses: docker://oskarstark/doctor-rst
5763
with:
58-
args: --short
64+
args: --short --cache-file=/github/workspace/.doctor-rst.cache
65+
66+
- run: ls -al

0 commit comments

Comments
 (0)
0