Skip to content

Commit

Permalink
back to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
razvangoga committed Feb 26, 2024
1 parent 7e5e4c2 commit 551549c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest]
os: [ubuntu-latest]

permissions:
checks: write
Expand Down Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Install Azure Functions SDK
run: npm install -g azure-functions-core-tools@4
# dapr
# - name: Dapr tool installer
# uses: dapr/setup-dapr@v1
# - name: Init Dapr
# run: dapr init
- name: Dapr tool installer
uses: dapr/setup-dapr@v1
- name: Init Dapr
run: dapr init

- name: Restore
run: dotnet restore
Expand All @@ -69,7 +69,7 @@ jobs:
**/*.trx
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'
if: matrix.os != 'ubuntu-latest'
with:
job_summary: true
files: |
Expand Down

0 comments on commit 551549c

Please sign in to comment.