Skip to content

Commit ae4d393

Browse files
committed
Splitting sections
1 parent 990099b commit ae4d393

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ env:
66
SolutionFile: 'src/OpenRpg.sln'
77
DemoProject: 'src/OpenRpg.Demos.Web/OpenRpg.Demos.Web.csproj'
88

9-
permissions:
10-
pages: write
11-
id-token: write
12-
139
jobs:
1410
build-and-test:
1511
runs-on: ubuntu-latest
@@ -55,6 +51,12 @@ jobs:
5551
- name: Add Coverage Summary
5652
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
5753

54+
build-demos:
55+
runs-on: ubuntu-latest
56+
needs: [builds-and-test]
57+
steps:
58+
- uses: actions/checkout@v3
59+
5860
- name: Build Web Demo
5961
run: dotnet publish -c Release -o demo "${{ env.DemoProject }}"
6062

0 commit comments

Comments
 (0)