Skip to content

Commit d283a13

Browse files
Merge pull request #2 from ProgramComputer/ProgramComputer-patch-2
Update test.yml
2 parents ad46cd0 + 670765d commit d283a13

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)