File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,22 @@ jobs:
19
19
uses : actions/setup-python@v2
20
20
with :
21
21
python-version : 3.8
22
+ - name : Get current time
23
+ uses : 1466587594/get-current-time@v2
24
+ id : current-time
25
+ with :
26
+ format : YYYYMMDD-A
27
+ utcOffset : " -08:00"
28
+ - name : Cache .cache
29
+ uses : actions/cache@v2
30
+ with :
31
+ path : ~/.cache
32
+ key : dzcb-cache-${{ steps.current-time.outputs.formattedTime }}
22
33
- name : Install dependencies
23
34
run : |
24
35
python -m pip install --upgrade pip
25
36
pip install tox
26
37
- name : Build Codeplugs
27
- env :
28
- REPEATERBOOK_USER : ${{ secrets.REPEATERBOOK_USER }}
29
- REPEATERBOOK_PASSWD : ${{ secrets.REPEATERBOOK_PASSWD }}
30
38
run : tox
31
39
- name : Archive Codeplugs
32
40
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments