Skip to content

feat: add a config for flag set metadata to circumvent flagd bug with metadata merging #484

feat: add a config for flag set metadata to circumvent flagd bug with metadata merging

feat: add a config for flag set metadata to circumvent flagd bug with metadata merging #484

Workflow file for this run

name: ci
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
permissions:
contents: read
env:
GO_VERSION: "~1.21"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Node
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
- run: npm ci
- name: Lint Gherkin
run: npm run gherkin-lint
- name: Build flagd-testbed Docker image
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
with:
context: .
file: flagd/Dockerfile
target: testbed
push: false