Skip to content

Commit

Permalink
Added step to save the test verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Feb 16, 2025
1 parent e690ec0 commit f71013b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/simpletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Simpletest
on: [push, pull_request]
jobs:
simpletest:
name: Run Simpletest
name: Test code
runs-on: ubuntu-22.04
steps:
- name: Set up environment variables
Expand Down Expand Up @@ -59,3 +59,10 @@ jobs:
- name: Run tests
run: core/scripts/run-tests.sh --force --directory=modules/${{ env.REPO_NAME }} --verbose --concurrency=color --concurrency=7 --cache 2>&1

- name: Save test results
uses: actions/upload-artifact@v4
if: always()
with:
name: simpletest-${{ env.PHP_VERSION }}
path: files/simpletest/verbose

0 comments on commit f71013b

Please sign in to comment.