mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Store failures as artifacts.
This commit is contained in:
parent
201933b4ad
commit
80af62140c
5
.github/workflows/awesomebot.yml
vendored
5
.github/workflows/awesomebot.yml
vendored
@ -16,3 +16,8 @@ jobs:
|
||||
run: gem install awesome_bot
|
||||
- name: Run Awesome Bot
|
||||
run: awesome_bot README.md --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: failure()
|
||||
with:
|
||||
name: ab-results
|
||||
path: ab-results-README.md.json
|
||||
|
Loading…
Reference in New Issue
Block a user