Skip to content

Commit

Permalink
e2e-api-ee-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 11, 2023
1 parent 41f8b14 commit 5401587
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,13 @@ jobs:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Store e2e-api-ee-coverage
if: inputs.type == 'api' && inputs.release == 'ee'
uses: actions/upload-artifact@v3
with:
name: e2e-api-ee-coverage
path: /tmp/coverage

- name: Store e2e-ee-coverage
if: inputs.type == 'ui' && inputs.release == 'ee'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5401587

Please sign in to comment.