Skip to content

Commit

Permalink
Add CI=true to go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Feb 8, 2024
1 parent 3c147fd commit 1452abf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Go Workflows
on:
pull_request:
branches-ignore:
- 'gh-pages'
- 'fe-release'
- 'gh-pages'
- 'fe-release'
push:
branches-ignore:
- 'gh-pages'
Expand Down Expand Up @@ -219,6 +219,7 @@ jobs:
cp coverage.txt profile.cov
docker ps
env:
CI: true
PYROSCOPE_PATH: '${{ steps.pyroscope-path.outputs.PYROSCOPE_PATH }}'
ENABLE_MYSQL_TEST: true
MYSQL_HOST: 0.0.0.0
Expand Down

0 comments on commit 1452abf

Please sign in to comment.