Skip to content

Commit

Permalink
re enable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoMaxPlanck authored Sep 5, 2023
1 parent 2320a1c commit f5ca330
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,17 @@ jobs:
PYROSCOPE_PATH: "${{ steps.pyroscope-path.outputs.PYROSCOPE_PATH }}"
APPLICATION_NAME: ${{ steps.coverage.outputs.flag }}

# - name: Test
# uses: nick-fields/retry@v2
# with:
# command: cd ${{matrix.package}} && $PYROSCOPE_PATH exec --apiKey=${{ secrets.PYROSCOPE_CLOUD_TOKEN }} -- go test -parallel 1 -coverpkg=./... ./... -coverprofile=profile.cov
# max_attempts: 2
# timeout_minutes: 20
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
- name: Test
uses: nick-fields/retry@v2
with:
command: cd ${{matrix.package}} && $PYROSCOPE_PATH exec --apiKey=${{ secrets.PYROSCOPE_CLOUD_TOKEN }} -- go test -parallel 1 -coverpkg=./... ./... -coverprofile=profile.cov
max_attempts: 2
timeout_minutes: 20
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
# with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-users: trajan0x,cryptomaxplanck
#limit-access-to-users: trajan0x,cryptomaxplanck
env:
PYROSCOPE_PATH: "${{ steps.pyroscope-path.outputs.PYROSCOPE_PATH }}"
ENABLE_MYSQL_TEST: true
Expand Down

0 comments on commit f5ca330

Please sign in to comment.