Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Mar 16, 2023
1 parent df2efa9 commit 37f508b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
env:
REPORTS_DIR: "tests/e2e-tests/target/site/serenity"
XRAY_EXECUTION_TAG_LOCALHOST: "@ATL-3853"
XRAY_EXECUTION_TAG_LOCALHOST: "@ATL-3851"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -72,6 +72,7 @@ jobs:
PRISM_AGENT_VERSION=$(cut version.sbt -d '=' -f2 | tr -d '" ')
sed -i.bak "s/PRISM_AGENT_VERSION=.*/PRISM_AGENT_VERSION=${PRISM_AGENT_VERSION}/" "${ENV_FILE}" && rm -f "${ENV_FILE}.bak"
cat "${ENV_FILE}"
- name: Start services for issuer
env:
PORT: 8080
Expand Down Expand Up @@ -112,7 +113,7 @@ jobs:
- name: Update X-Ray test execution
uses: ./.github/actions/upload-to-xray
# if: github.ref_name == 'main'
if: github.ref_name == 'main'
with:
username: ${{ secrets.XRAY_CLIENT_ID }}
password: ${{ secrets.XRAY_CLIENT_SECRET }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ def add_tag(file_path, new_tag):


if __name__ == '__main__':
# pytlint: disable=no-value-for-parameter
# pylint: disable=no-value-for-parameter
add_tag()

0 comments on commit 37f508b

Please sign in to comment.