add step to set go environment #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Build protobuf" | |
on: | |
# TODO: Delete it later. | |
push: | |
branches: | |
- "add-dump-action" | |
jobs: | |
dump_contexts_to_log: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/dump-context | |
build: | |
name: build all | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/vdaas/vald/vald-ci-container:nightly | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
path: ${{ github.workspace }} | |
set-safe-directory: true | |
- name: build protobuf | |
run: | | |
make proto/all |