Skip to content

Commit

Permalink
GitHubCI: better names for some jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 12, 2023
1 parent 8591d4a commit 675d4b5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
macOS--mono:
macOS--mono-only:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -64,7 +64,7 @@ jobs:
- name: integration tests
run: make update-servers

windows--dotnet6:
windows--dotnet6-and-legacyFramework:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
windows--legacyFramework:
windows--legacyFramework-only:
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: integration tests
run: make update-servers

linux22-vanilla--stockmono:
linux22-vanilla--stockmono-only:
runs-on: ubuntu-22.04
container:
image: "ubuntu:22.04"
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
- name: integration tests
run: make update-servers

linux22-vanilla--stockdotnet6:
linux22-vanilla--stockdotnet6-only:
runs-on: ubuntu-22.04
container:
image: "ubuntu:22.04"
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
linux22-vanilla--newmono:
linux22-vanilla--newmono-only:
runs-on: ubuntu-22.04
container:
image: "ubuntu:22.04"
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
- name: integration tests
run: make update-servers

linux20-vanilla--stockmono:
linux20-vanilla--stockmono-only:
runs-on: ubuntu-20.04
container:
image: "ubuntu:20.04"
Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
- name: integration tests
run: make update-servers

linux20-vanilla--newmono:
linux20-vanilla--newmono-only:
runs-on: ubuntu-20.04
container:
image: "ubuntu:20.04"
Expand Down Expand Up @@ -507,19 +507,19 @@ jobs:
needs:
- linux22-github
- linux22-github--newmono
- linux22-vanilla--stockmono
- linux22-vanilla--newmono
- linux22-vanilla--stockdotnet6
- linux22-vanilla--stockmono-only
- linux22-vanilla--newmono-only
- linux22-vanilla--stockdotnet6-only
- linux22-vanilla--stockdotnet6-and-stockmono
- linux22-vanilla--stockdotnet6-and-newmono
- linux20-github
- linux20-github--newmono
- linux20-vanilla--stockmono
- linux20-vanilla--newmono
- windows--dotnet6
- windows--legacyFramework
- linux20-vanilla--stockmono-only
- linux20-vanilla--newmono-only
- windows--dotnet6-and-legacyFramework
- windows--legacyFramework-only
- macOS--dotnet6-and-mono
- macOS--mono
- macOS--mono-only

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 675d4b5

Please sign in to comment.