Skip to content

Commit

Permalink
kek
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 13, 2024
1 parent b86a2d8 commit 678a17b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ github.token }}
ref: $HEAD_SHA
ref: ${{ HEAD_SHA }}

- name: Pull chrome docker image
id: pull_chrome
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Build with Maven
id: build_app
run: |
./mvnw -B -ntp versions:set -DnewVersion=$HEAD_SHA
./mvnw -B -ntp versions:set -DnewVersion=${{ HEAD_SHA }}
./mvnw -B -V -ntp clean install -Pprod -Dmaven.test.skip=true
- name: Dump docker image
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run test suite
run: |
./mvnw -B -ntp versions:set -DnewVersion=$HEAD_SHA
./mvnw -B -ntp versions:set -DnewVersion=${{ HEAD_SHA }}
./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ github.event.inputs.test_suite }}.xml' -f 'e2e-tests' test -Pprod
- name: Dump Docker logs on failure
Expand Down Expand Up @@ -133,5 +133,5 @@ jobs:
authToken: ${{secrets.GITHUB_TOKEN}}
context: "Click Details button to view Allure report"
state: "success"
sha: $HEAD_SHA
sha: ${{ HEAD_SHA }}
target_url: https://reports.kafbat.dev/${{ github.run_number }}

0 comments on commit 678a17b

Please sign in to comment.