Skip to content

Commit

Permalink
Merge pull request #901 from Cysharp/feature/UpdateWorkflows
Browse files Browse the repository at this point in the history
Rename workflows
  • Loading branch information
mayuki authored Jan 23, 2025
2 parents ab91a0f + ea6ee10 commit fbfe491
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Debug
name: Build

on:
push:
Expand All @@ -20,9 +20,6 @@ on:
- .github/**
- docs/**

env:
BUILD_CONFIG: Debug

jobs:
build-dotnet:
name: "Build .NET projects"
Expand All @@ -31,7 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet build -c ${{ env.BUILD_CONFIG }} ./MagicOnion.sln
- run: dotnet build -c Debug ./MagicOnion.sln
- run: dotnet build -c Release ./MagicOnion.sln

run-tests:
name: "Run tests"
Expand All @@ -55,7 +53,7 @@ jobs:
- run: tests/MagicOnion.Client.NativeAot.Tests/bin/Release/net9.0/linux-x64/publish/MagicOnion.Client.NativeAot.Tests

build-unity:
name: "Build Unity package"
name: "Verify the integrity of files for Unity"
if: ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }}
strategy:
matrix:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions MagicOnion.sln
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{A8550C24-2486-49DA-8D1A-DB6BBB2E9905}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-canary.yml = .github\workflows\build-canary.yml
.github\workflows\build-debug.yml = .github\workflows\build-debug.yml
.github\workflows\build-docs.yml = .github\workflows\build-docs.yml
.github\workflows\build-release.yml = .github\workflows\build-release.yml
.github\workflows\prevent-github-change.yml = .github\workflows\prevent-github-change.yml
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\stale.yml = .github\workflows\stale.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{B5617CC1-55FD-4F77-BA75-9450474C6527}"
Expand Down

0 comments on commit fbfe491

Please # to comment.