Skip to content

Commit

Permalink
tmp1
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Mar 16, 2024
1 parent ed34bc1 commit 5e11d3e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/moodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:

- name: Upload Behat Faildump
if: ${{ failure() && steps.behat.conclusion == 'failure' }}
run: |
ls $GITHUB_WORKSPACE/moodledata/behat_dump
uses: actions/upload-artifact@v4
with:
name: behat_faildump
path: $GITHUB_WORKSPACE/moodledata/behat_dump
retention-days: 7
if-no-files-found: ignore

0 comments on commit 5e11d3e

Please sign in to comment.