We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e4a7b commit cb1a1d3Copy full SHA for cb1a1d3
.github/workflows/framework.yml
@@ -5,7 +5,7 @@ concurrency:
5
group: ${{ github.workflow }}-${{ github.ref }}-framework
6
cancel-in-progress: true
7
jobs:
8
- test:
+ framework-component-tests:
9
defaults:
10
run:
11
working-directory: framework
@@ -51,4 +51,4 @@ jobs:
51
- name: Run Docker Component Tests
52
if: steps.changes.outputs.src == 'true'
53
run: |
54
- go test -timeout 5m -v -count 1 -run TestComponent ./...
+ go test -timeout 2m -v -count 1 -run TestComponent ./...
0 commit comments