Skip to content

Dotnet

Dotnet #29

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [ master ]
jobs:
examples-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
- uses: actions/setup-go@v4
with:
go-version: '>=1.17.0'
- name: setup
run: |
curl -fsSL https://get.pulumi.com | sh
- name: Local Tests
run: ./local_tests.sh