Merge pull request #444 from FriendsOfCake/cake5-compat #104
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: docker://dkhamsing/awesome_bot:latest | |
with: | |
args: --allow-redirect --allow-dupe --request-delay 1 --white-list www.vagrantup.com README.md | |
- uses: actions/upload-artifact@v1 | |
if: failure() | |
with: | |
name: ab-results | |
path: ab-results-README.md-filtered.json |