Skip to content

Images release: v0.4.5 #980

Images release: v0.4.5

Images release: v0.4.5 #980

Workflow file for this run

name: Smoke test "dotnet" build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
paths:
- src/dotnet/**
- .github/workflows/smoke-dotnet.yaml
- .github/actions/**
- build/**
jobs:
smoke-test:
name: Smoke test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
- name: Smoke test
id: smoke_test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ./.github/actions/smoke-test
with:
image: dotnet