Skip to content

[confighttp] Add support for cookies #9686

[confighttp] Add support for cookies

[confighttp] Add support for cookies #9686

name: Builder - Integration tests
on:
# on changes to the main branch touching the builder
push:
branches: [ main ]
# on PRs touching the builder
pull_request:
branches: [ main ]
# once a day at 6:17 AM UTC
schedule:
- cron: '17 6 * * *'
# manual execution
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
integration-test:
name: Integration test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.5
- name: Test
run: make builder-integration-test