Skip to content

Commit

Permalink
feat: rename of the jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Jul 2, 2024
1 parent 6a7cc2a commit 2458643
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/busola-local-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
build-image:
build-local-image:
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: busola
dockerfile: Dockerfile.local
context: .
export-tags: true
test-image:
test-local-image:
runs-on: ubuntu-latest
needs: build-image
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-integration-cluster-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "src/**"

jobs:
run-test:
run-cluster-test:
runs-on: ubuntu-latest
steps:
- uses: gardenlinux/workflow-telemetry-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-integration-namespace-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "src/**"

jobs:
run-test:
run-namespace-test:
runs-on: ubuntu-latest
steps:
- uses: gardenlinux/workflow-telemetry-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "src/**"

jobs:
run-test:
run-lighthouse-test:
runs-on: ubuntu-latest
steps:
- uses: gardenlinux/workflow-telemetry-action@v2
Expand Down

0 comments on commit 2458643

Please sign in to comment.