Skip to content

Commit

Permalink
fixup: yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Aug 31, 2023
1 parent 6beec57 commit fc4d3e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
- name: Lint Gherkin
run: npm run gherkin-lint

- name: Build sync binary
- name: Setup go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: ${{ env.GO_VERSION }}
- run: make build-sync

- name: Build sync binary
run: make build-sync

- name: Build flagd-testbed Docker image
uses: docker/build-push-action@v4
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ jobs:
with:
ref: ${{ needs.release-please.outputs.release_tag_name }}

- name: Build sync binary
- name: Setup go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: ${{ env.GO_VERSION }}
- run: make build-sync

- name: Build sync binary
run: make build-sync

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit fc4d3e6

Please sign in to comment.