Skip to content

Commit

Permalink
Merge pull request #38 from gtheodorio/feature/dotnet_sdk
Browse files Browse the repository at this point in the history
Feature/dotnet sdk
  • Loading branch information
gtheodorio authored Dec 4, 2024
2 parents d05f0f3 + ab4c191 commit 0d6d36b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ jobs:
language:
- nodejs
- python
# - dotnet
- dotnet
- go
# - java
16 changes: 8 additions & 8 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
language:
- nodejs
- python
# - dotnet
- dotnet
- go
nodeversion:
- 18.x
Expand Down Expand Up @@ -210,10 +210,10 @@ jobs:
with:
node-version: ${{matrix.nodeversion}}
registry-url: https://registry.npmjs.org
# - name: Setup DotNet
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: ${{matrix.dotnetversion}}
- name: Setup DotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{matrix.dotnetversion}}
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -249,14 +249,14 @@ jobs:
strategy:
fail-fast: true
matrix:
# dotnetversion:
# - 3.1.301
dotnetversion:
- 3.1.301
goversion:
- 1.22.x
language:
- nodejs
- python
# - dotnet
- dotnet
# - go
nodeversion:
- 18.x
Expand Down

0 comments on commit 0d6d36b

Please sign in to comment.