Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Oct 1, 2024
1 parent 6d09fa3 commit 2f62296
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-nx-project-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,8 @@ jobs:
HAPPO_API_KEY: ${{ secrets.HAPPO_API_KEY }}
HAPPO_API_SECRET: ${{ secrets.HAPPO_API_SECRET }}
# HAPPO_NONCE has 50 char limit, so using nx_project caused failures for projects with long names so using the unique nx_app_port instead
HAPPO_NONCE: ${{ github.run_id }}${{ github.run_attempt }}-${{ inputs.nx_project }}
HAPPO_NONCE: ${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.nx_port }}
HAPPO_PROJECT: cas-${{ inputs.nx_project }}
PREVIOUS_SHA: ${{ github.event.pull_request.base.sha || github.sha}}
CURRENT_SHA: ${{ github.event.pull_request.head.sha || github.sha}}
BASE_BRANCH: origin/develop
SMTP_CONNECTION_STRING: smtp://@localhost:1025
working-directory: ./bciers
# Reports weren't being used regularly though leaving this in here for debugging purposes.
Expand Down Expand Up @@ -183,7 +180,7 @@ jobs:
HAPPO_API_KEY: ${{ secrets.HAPPO_API_KEY }}
HAPPO_API_SECRET: ${{ secrets.HAPPO_API_SECRET }}
# HAPPO_NONCE has 50 char limit, so using nx_project caused failures for projects with long names so using the unique nx_app_port instead
HAPPO_NONCE: ${{ github.run_id }}${{ github.run_attempt }}-${{ inputs.nx_project }}
HAPPO_NONCE: ${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.nx_port }}
HAPPO_PROJECT: cas-${{ inputs.nx_project }}
run: npx happo-e2e finalize
working-directory: ./bciers/apps/${{ inputs.nx_project }}-e2e
Expand Down

0 comments on commit 2f62296

Please sign in to comment.