Skip to content

Commit

Permalink
Fix pipelines e2e and unit-tests workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vlady-kotsev committed Jun 28, 2024
1 parent d9e3e8e commit e3229ec
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 436 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 e3229ec

Please sign in to comment.