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 8856880 commit 422e8d8Copy full SHA for 422e8d8
1 file changed
.github/workflows/build.yml
@@ -151,20 +151,16 @@ jobs:
151
sparse-checkout: |
152
Directory.Build.props
153
integration-test
154
+ .github
155
156
- name: Fetch Nuget Packages
157
uses: actions/download-artifact@v3
158
with:
159
name: ${{ github.sha }}
160
path: src
161
- - uses: actions/setup-dotnet@v3
162
- with:
163
- dotnet-version: |
164
- 7.0.x
165
- 8.0.x
166
-
167
- - run: dotnet workload install android maui-android
+ - name: Setup Environment
+ uses: ./.github/actions/environment
168
169
- name: Test
170
uses: getsentry/github-workflows/sentry-cli/integration-test/@v2
0 commit comments