Skip to content

Commit

Permalink
Fix/pipelines (#918)
Browse files Browse the repository at this point in the history
* Fix pipelines e2e and unit-tests workflows

* Add current branch to e2e workflow

* Update e2e workflow branches, update wait times to 20 mins
  • Loading branch information
vlady-kotsev authored Jul 8, 2024
1 parent 2c9fe7d commit 3a14d8e
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 448 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: ./coverage.txt
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "${{ secrets.E2E_TEST_CONFIG }}" > ./e2e/setup/application.yml
echo "${{ secrets.E2E_BRIDGE_CONFIG }}" > ./e2e/setup/bridge.yml
- name: Run E2E Tests
run: go test ./e2e/ -timeout 3000s # 50 minutes
run: go test ./e2e/ -timeout 0
- name: Prepare container logs
if: ${{ always() }}
run: |
Expand Down
Loading

0 comments on commit 3a14d8e

Please sign in to comment.