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 a6a5c0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3,645 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout mock-server action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pubnub/client-engineering-deployment-tools
ref: v1
Expand All @@ -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 a6a5c0b

Please sign in to comment.