Skip to content

Commit

Permalink
Merge pull request #15 from Hekku2/fix/better-ci
Browse files Browse the repository at this point in the history
Add names for jobs
  • Loading branch information
Hekku2 authored Jul 3, 2024
2 parents f53a936 + 745a011 commit 4a41877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
build:

name: Build, Test and Release code
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-iac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:
COGNITIVE_SERVICES_RESOURCEGROUP: ${{ secrets.COGNITIVE_SERVICES_RESOURCEGROUP }}

jobs:
build:
test-iac:
name: Test Infrastructure as Code
runs-on: ubuntu-latest
environment: ci-test

Expand Down

0 comments on commit 4a41877

Please sign in to comment.