Skip to content

Commit

Permalink
try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
windperson committed Aug 22, 2022
1 parent 2bbc90e commit 2410e63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: CI build src project

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
paths-ignore:
Expand All @@ -23,7 +23,9 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

defaults:
run:
working-directory: src/GranDen.Blazor.Bootstrap.SwitchButton
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -32,7 +34,5 @@ jobs:
uses: actions/setup-dotnet@v2
with:
global-json-file: global.json
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release

0 comments on commit 2410e63

Please sign in to comment.