Skip to content

Commit

Permalink
load & run flagd image
Browse files Browse the repository at this point in the history
Signed-off-by: Skye Gill <[email protected]>
  • Loading branch information
skyerus committed Jan 30, 2023
1 parent 505eb0b commit 49d814b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,10 @@ jobs:
outputs: type=docker,dest=${{ github.workspace }}/flagd-local.tar
tags: flagd-local:test

- name: Load flagd image
- name: Load & run flagd image
run: |
docker load --input ${{ github.workspace }}/flagd-local.tar
- name: Run flagd image
run: |
docker run -d -p 8013:8013 -v ${{ github.workspace }}/test-harness/testing-flags.json:/testing-flags.json flagd-local:test
docker run -d -p 8013:8013 -v ${{ github.workspace }}/test-harness/testing-flags.json:/testing-flags.json flagd-local:test start -f file:/testing-flags.json
- name: Integration tests
run: make integration-test
Expand Down

0 comments on commit 49d814b

Please sign in to comment.