Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 32c9df1

Browse files
committed
Memcached for Github actions
1 parent a2db78f commit 32c9df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
python-version: ["3.8", "3.9", "3.10", "3.11"]
1212

1313
steps:
14+
- uses: niden/actions-memcached@v7
15+
1416
- uses: actions/checkout@v3
1517

1618
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)