Skip to content

docs: add Windows image release notes for 2024-7B #15623

docs: add Windows image release notes for 2024-7B

docs: add Windows image release notes for 2024-7B #15623

Workflow file for this run

name: check-tests
on: pull_request
jobs:
check-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- run: |
E2E_TEST=true
export E2E_TEST
make test
name: Unit Test