Update test-pr.yml (#1141)

* Update test-pr.yml

I think we can provide the file which has been generated to the contributor. It has two reasons. First, the contributor can get the file as soon as possible. At the same time, it will not influence other users before we merge it. Second, the contributor will test the part which has been changed by himself/herself. If he/she gets any problem, he/she can fix it before we find it.

* Update test-pr.yml

* Update test-pr.yml

* Update test-pr.yml

* Update test-pr.yml

* Update test-pr.yml

* Update test-pr.yml
This commit is contained in:
rootmelo92118 2022-09-02 20:08:02 +08:00 committed by GitHub
parent fc14dfedf6
commit 46c31280af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,3 +30,10 @@ jobs:
cd code || exit 1
go run ./ --outputdir=../ --exportlists=category-ads-all,tld-cn,cn,tld-\!cn,geolocation-\!cn,apple,icloud
cd ../ && rm -rf code
mv dlc.dat TEST-${{ github.run_number }}-dlc.dat
- name: Upload TEST-${{ github.run_number }}-dlc.dat
uses: actions/upload-artifact@v3
with:
name: TEST-${{ github.run_number }}-dlc.dat
path: TEST-${{ github.run_number }}-dlc.dat