Skip to content

Commit

Permalink
bruh test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 15, 2024
1 parent a803c4e commit 237d300
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@ jobs:
docker-compose -f ./e2e-tests/selenoid/selenoid-ci.yaml up -d
docker-compose -f ./documentation/compose/e2e-tests.yaml up -d
- name: Dump Docker logs on failure
if: failure()
uses: jwalton/[email protected]

- name: Run test suite
run: |
./mvnw -B -ntp versions:set -DnewVersion=${{ inputs.sha }}
./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ inputs.suite_name }}.xml' -f 'e2e-tests' test -Pprod
- name: Dump Docker logs on failure
if: failure()
uses: jwalton/[email protected]

- name: Upload allure reports artifact
if: always()
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: reports
Expand All @@ -126,7 +126,8 @@ jobs:
reports:
runs-on: ubuntu-latest
needs: tests
#if: ${{ github.repository == 'kafbat/kafka-ui' }}
if: ${{ !cancelled() && github.repository == 'kafbat/ui-TEST' }}
#if: ${{ !cancelled() && github.repository == 'kafbat/kafka-ui' }}
steps:
- name: Download allure reports artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 237d300

Please sign in to comment.