From f5ca330359f9ba25143e87f6d0990174cd5576b9 Mon Sep 17 00:00:00 2001 From: Max Planck <99688618+CryptoMaxPlanck@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:37:33 -0400 Subject: [PATCH] re enable workflow --- .github/workflows/go.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7b5b8959ea..d31336c206 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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