Skip to content

Commit 7c59214

Browse files
committed
Debugging CI
1 parent 1b947df commit 7c59214

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
MINVERBUILDMETADATA: ${{ env.GITHUB_RUN_NUMBER }}
7777

7878
- name: Build samples
79-
run: just build-samples --configuration Release
79+
run: |
80+
just build-samples --configuration Release
81+
ls samples/Samples.Sass/
8082
8183
- name: Publish package artifact
8284
uses: actions/upload-artifact@v4

samples/Samples.Sass/Samples.Sass.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="DartSassBuilder" Version="1.1.0" />
12+
<!--<PackageReference Include="DartSassBuilder" Version="1.1.0" />-->
1313
<PackageReference Include="GovUk.Frontend.AspNetCore" Version="3.2.*-*" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)