Skip to content

Commit cb1a1d3

Browse files
committed
rename components job
1 parent b1e4a7b commit cb1a1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
group: ${{ github.workflow }}-${{ github.ref }}-framework
66
cancel-in-progress: true
77
jobs:
8-
test:
8+
framework-component-tests:
99
defaults:
1010
run:
1111
working-directory: framework
@@ -51,4 +51,4 @@ jobs:
5151
- name: Run Docker Component Tests
5252
if: steps.changes.outputs.src == 'true'
5353
run: |
54-
go test -timeout 5m -v -count 1 -run TestComponent ./...
54+
go test -timeout 2m -v -count 1 -run TestComponent ./...

0 commit comments

Comments
 (0)