Skip to content

Commit 0292385

Browse files
authored
Optimize build time for integration tests on GitHub (#722)
1 parent 5686cf3 commit 0292385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrationtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
7.x
3030
8.x
3131
- name: Build
32-
run: ./build.sh
32+
run: ./build.sh --target=Create-NuGet-Packages
3333
shell: bash
3434
- name: Publish NuGet package as build artifact
3535
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4

0 commit comments

Comments
 (0)