mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[core] Adapt pr tester
This commit is contained in:
parent
608723f95c
commit
c46ff51c51
1 changed files with 2 additions and 2 deletions
4
.github/workflows/prhtmlgenerator.yml
vendored
4
.github/workflows/prhtmlgenerator.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Check out rss-bridge
|
||||
run: |
|
||||
PR=${{github.event.number}};
|
||||
wget https://raw.githubusercontent.com/RSS-Bridge/rss-bridge/master/.github/prtester-requirements.txt;
|
||||
wget -O requirements.txt https://raw.githubusercontent.com/RSS-Bridge/rss-bridge/master/.github/prtester-requirements.txt;
|
||||
wget https://raw.githubusercontent.com/RSS-Bridge/rss-bridge/master/.github/prtester.py;
|
||||
wget https://patch-diff.githubusercontent.com/raw/$GITHUB_REPOSITORY/pull/$PR.patch;
|
||||
cat $PR.patch | grep " bridges/.*\.php" | sed "s= bridges/\(.*\)Bridge.php.*=\1=g" | sort | uniq > whitelist.txt
|
||||
|
@ -56,4 +56,4 @@ jobs:
|
|||
artifacts-branch: artifacts
|
||||
artifacts-prefix-url: "https://htmlpreview.github.io/?"
|
||||
artifacts: |
|
||||
${{ steps.artifacts.outputs.paths }}
|
||||
${{ steps.artifacts.outputs.paths }}
|
||||
|
|
Loading…
Add table
Reference in a new issue