Skip to content

Commit

Permalink
Merge pull request #24 from theohbrothers/test/ci-standardize-contain…
Browse files Browse the repository at this point in the history
…er-job-names

Test (ci): Standardize container job names
  • Loading branch information
joeltimothyoh authored May 1, 2024
2 parents 10cb666 + 4f8cb29 commit 0c80d71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# Docker #
##########
# Get powershell tags: https://mcr.microsoft.com/v2/powershell/tags/list
test-powershell-6-1:
test-powershell-6-1-container:
runs-on: ubuntu-latest
container:
image: theohbrothers/docker-powershell:6.1.3-ubuntu-18.04-git
Expand All @@ -86,7 +86,7 @@ jobs:
run: |
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
test-powershell-6-2:
test-powershell-6-2-container:
runs-on: ubuntu-latest
container:
image: theohbrothers/docker-powershell:6.2.4-ubuntu-18.04-git
Expand All @@ -102,7 +102,7 @@ jobs:
run: |
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
test-powershell-7-0:
test-powershell-7-0-container:
runs-on: ubuntu-latest
container:
image: theohbrothers/docker-powershell:7.0.3-ubuntu-18.04-git
Expand All @@ -118,7 +118,7 @@ jobs:
run: |
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
test-powershell-7-1:
test-powershell-7-1-container:
runs-on: ubuntu-latest
container:
image: theohbrothers/docker-powershell:7.1.5-ubuntu-20.04-git
Expand All @@ -134,7 +134,7 @@ jobs:
run: |
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
test-powershell-7-2:
test-powershell-7-2-container:
runs-on: ubuntu-latest
container:
image: theohbrothers/docker-powershell:7.2-ubuntu-22.04-git
Expand All @@ -150,7 +150,7 @@ jobs:
run: |
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
test-powershell-7-3:
test-powershell-7-3-container:
runs-on: ubuntu-latest
container:
image: theohbrothers/docker-powershell:7.3-ubuntu-22.04-git
Expand All @@ -166,7 +166,7 @@ jobs:
run: |
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
test-powershell-7-4:
test-powershell-7-4-container:
runs-on: ubuntu-latest
container:
image: theohbrothers/docker-powershell:7.4-ubuntu-22.04-git
Expand Down

0 comments on commit 0c80d71

Please sign in to comment.