We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2195a0f commit e3ebe00Copy full SHA for e3ebe00
.github/workflows/ci.yml
@@ -98,25 +98,18 @@ jobs:
98
99
integration:
100
runs-on: ubuntu-latest
101
- strategy:
102
- fail-fast: false
103
- matrix:
104
- os:
105
- - ubuntu-latest
106
- - macos-latest
107
- - windows-latest
108
steps:
109
- uses: actions/checkout@v4
110
111
- - name: Bootstrap Action Workspace
112
- id: bootstrap
113
- uses: ./.github/actions/bootstrap
114
-
115
- name: Free Disk Space
116
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
117
with:
118
tool-cache: false
119
+ - name: Bootstrap Action Workspace
+ id: bootstrap
+ uses: ./.github/actions/bootstrap
+
120
- name: Install Aspire workload
121
run: dotnet workload install aspire
122
0 commit comments