mirror of
https://github.com/v2fly/domain-list-community.git
synced 2024-11-16 09:04:51 +02:00
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:
parent
fc14dfedf6
commit
46c31280af
7
.github/workflows/test-pr.yml
vendored
7
.github/workflows/test-pr.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user