Skip to content

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 #2332

build(deps): bump actions/checkout from 4.1.3 to 4.1.4

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 #2332

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
with:
dotnet-version: "8.0.201"
- run: pwsh ./test.ps1
- uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336
with:
paths: build/**/results/**/*.xml
if: always()