Skip to content

Commit

Permalink
faildump
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Apr 5, 2024
1 parent 95fdc90 commit 1453966
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,18 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: firefox
id: behat
if: ${{ always() }}
run: moodle-plugin-ci --ansi behat

- name: faildump
if: ${{ failure() && steps.behat.outcome == 'failure' }}
uses: actions/upload-artifact@v4
with:
name: firefox faildump (${{ join(matrix.*, ', ') }})
path: ${{ github.workspace }}/moodledata/behat_dump
retention-days: 7
if-no-files-found: ignore

- name: chrome
if: ${{ always() }}
Expand Down

0 comments on commit 1453966

Please sign in to comment.