Skip to content

Commit

Permalink
Generate code before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Oct 30, 2023
1 parent 0f7bdf8 commit d711efc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,19 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- name: Generate code
run: python generate-code.py

- name: run codecov.sh
run: bash script/codecov.sh

Expand Down

0 comments on commit d711efc

Please sign in to comment.