Skip to content

Commit

Permalink
Improve smoketest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent 225a934 commit 18dbd28
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/smoketest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Smoke-Build
on:
push:
branches:
- test-pipeline-build
# pull_request:
- main
pull_request:

jobs:

Expand All @@ -23,15 +23,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0' # Allow all history to be fetched.
fetch-depth: '0' # Allow all history to be fetched (required for versioning).

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

# - name: Handle versioning
# run: cp ./version.json ./nanoFirmwareFlasher.Tool/

- name: Build solution
run: dotnet build

0 comments on commit 18dbd28

Please sign in to comment.