Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,32 +124,5 @@ jobs:
with:
go-version-file: 'flagd/go.mod'

- name: Install envoy
run: |
wget -O- https://apt.envoyproxy.io/signing.key | sudo gpg --dearmor -o /etc/apt/keyrings/envoy-keyring.gpg
echo "deb [signed-by=/etc/apt/keyrings/envoy-keyring.gpg] https://apt.envoyproxy.io jammy main" | sudo tee /etc/apt/sources.list.d/envoy.list
sudo apt-get update
sudo apt-get install envoy
envoy --version

- name: Workspace init
run: make workspace-init

- name: Build flagd binary
run: make build

- name: Run flagd binary in background
run: |
./bin/flagd start \
-f file:${{ github.workspace }}/test-harness/flags/testing-flags.json \
-f file:${{ github.workspace }}/test-harness/flags/custom-ops.json \
-f file:${{ github.workspace }}/test-harness/flags/evaluator-refs.json \
-f file:${{ github.workspace }}/test-harness/flags/zero-flags.json \
-f file:${{ github.workspace }}/test-harness/flags/edge-case-flags.json &

- name: Run envoy proxy in background
run: |
envoy -c ./test/integration/config/envoy.yaml &

- name: Run evaluation test suite
run: make workspace-clean && cd test/integration && go clean -testcache && go test -cover
2 changes: 1 addition & 1 deletion test-harness
49 changes: 0 additions & 49 deletions test/integration/config/envoy.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions test/integration/evaluation_test.go

This file was deleted.

Loading
Loading