Skip to content

Commit

Permalink
feature/e2e-test fix tests for devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Oct 21, 2024
1 parent 2dcfa38 commit 07e1974
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Devnet Partner Chains Tests
on:
schedule:
- cron: '30 4 * * *'
push:
branches:
- feature/e2e-tests
workflow_dispatch:
inputs:
keyword:
Expand Down Expand Up @@ -114,7 +117,7 @@ jobs:
--secret XRAY_API_BASE_URL="$XRAY_API_BASE_URL" \
--secret JIRA_URL="$JIRA_URL" \
--ssh-auth-sock="$SSH_AUTH_SOCK" \
./E2E-tests+report \
+report \
--log_level="${LOG_LEVEL:-"info"}" \
--env=${{ env.TEST_ENVIRONMENT }} \
--stack=${{ env.TEST_ENVIRONMENT }} \
Expand Down

0 comments on commit 07e1974

Please sign in to comment.