Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro committed Nov 15, 2024
1 parent d6948bf commit 82eaa53
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/mudblazor-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mudblazor-ci

on:
'on':
push:
branches: [ dev ]
pull_request:
Expand All @@ -11,11 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
- name: Install and build all templates
shell: pwsh
run: |
./InstallAndBuildAllTemplates.ps1
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
9.0.x
- name: Install and build all templates
shell: pwsh
run: |
./InstallAndBuildAllTemplates.ps1

0 comments on commit 82eaa53

Please sign in to comment.