Skip to content

Commit

Permalink
Remove old composer files, update acceptance test job
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Oct 23, 2024
1 parent 4d1a6cb commit 010ef6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3,643 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ jobs:
- name: Run acceptance tests
run: |
composer acceptance-test
- name: Cancel workflow runs for commit on error
if: failure()
uses: ./.github/.release/actions/actions/utils/fast-jobs-failure
- name: Expose acceptance tests reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: acceptance-test-reports
path: ./tests/Acceptance/reports
Expand Down
37 changes: 0 additions & 37 deletions acceptance.json

This file was deleted.

Loading

0 comments on commit 010ef6f

Please sign in to comment.