Skip to content

Commit 7e9d0f4

Browse files
authored
Update test.yml
1 parent 09fa2d2 commit 7e9d0f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: Dry Run DNS
22

33
on: ['push', 'pull_request']
44

@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/setup-python@v5
1111
with:
1212
python-version: '3'
13+
cache: "pip" # caches pip dependencies
1314
- name: Install OctoDNS
1415
run: pip install 'octodns==0.9.10'
1516
- name: Do a dry run

0 commit comments

Comments
 (0)