From 46c31280afce61f782c8f7be152704343d7439b4 Mon Sep 17 00:00:00 2001 From: rootmelo92118 <32770959+rootmelo92118@users.noreply.github.com> Date: Fri, 2 Sep 2022 20:08:02 +0800 Subject: [PATCH] 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 --- .github/workflows/test-pr.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 96fd18c6..d0f89b8b 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -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