Skip to content

Commit b5c0a49

Browse files
Update test.yml
1 parent a454e2d commit b5c0a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
make
1616
mkdir -p Test
17-
curl -s https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt | hostsblock - > ./Test/hosts
17+
curl -s https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt | ./hostsblock - > ./Test/hosts
1818
sudo rm hostsblock
1919
env:
2020
key: ${{ secrets.key }} # if run.py requires passwords..etc, set it as secrets

0 commit comments

Comments
 (0)