Skip to content

Commit fb67422

Browse files
authored
Run integration tests on bigger runner (#1704)
* Run integration tests on bigger runner * Mark logstash-docs-md as private too
1 parent 45c2a8c commit fb67422

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,10 @@ jobs:
9797
run: dotnet run --project build -c release -- publishbinaries
9898

9999
integration:
100-
if: false
101-
runs-on: ubuntu-latest
100+
runs-on: docs-builder-latest-16
102101
steps:
103102
- uses: actions/checkout@v4
104103

105-
- name: Free Disk Space
106-
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
107-
with:
108-
tool-cache: false
109-
dotnet: true
110-
111104
- name: Bootstrap Action Workspace
112105
id: bootstrap
113106
uses: ./.github/actions/bootstrap

config/assembler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ references:
100100
private: true
101101
integrations:
102102
logstash-docs-md:
103+
private: true
103104
opentelemetry:
104105

105106
#stack aligned using gated deploys

0 commit comments

Comments
 (0)