Skip to content

Commit

Permalink
chore: remove workflow_call since we don't use it
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderblue committed May 29, 2024
1 parent 7b5281b commit 93ca42d
Showing 1 changed file with 5 additions and 34 deletions.
39 changes: 5 additions & 34 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,6 @@ on:
push:
branches: [main]
pull_request:
workflow_call:
secrets:
NEW_RELIC_ACCOUNT_ID:
required: true
NEW_RELIC_SUBACCOUNT_ID:
required: true
NEW_RELIC_ADMIN_API_KEY:
required: true
NEW_RELIC_API_KEY:
required: true
NEW_RELIC_LICENSE_KEY:
required: true
NEW_RELIC_REGION:
required: true
NEW_RELIC_INSIGHTS_INSERT_KEY:
required: true
NR_ACC_TESTING:
required: true
INTEGRATION_TESTING_AWS_ARN:
required: true
INTEGRATION_TESTING_GCP_ACCOUNT_NAME:
required: true
INTEGRATION_TESTING_GCP_PROJECT_ID:
required: true
INTEGRATION_TESTING_GCP_INTEGRATIONS_PROJECT_ID:
required: true
INTEGRATION_TESTING_AZURE_APPLICATION_ID:
required: true
INTEGRATION_TESTING_AZURE_CLIENT_SECRET_ID:
required: true
INTEGRATION_TESTING_AZURE_SUBSCRIPTION_ID:
required: true
INTEGRATION_TESTING_AZURE_TENANT_ID:
required: true

jobs:
test-integration:
Expand Down Expand Up @@ -84,3 +50,8 @@ jobs:
INTEGRATION_TESTING_AZURE_CLIENT_SECRET_ID: ${{ secrets.INTEGRATION_TESTING_AZURE_CLIENT_SECRET_ID }}
INTEGRATION_TESTING_AZURE_SUBSCRIPTION_ID: ${{ secrets.INTEGRATION_TESTING_AZURE_SUBSCRIPTION_ID }}
INTEGRATION_TESTING_AZURE_TENANT_ID: ${{ secrets.INTEGRATION_TESTING_AZURE_TENANT_ID }}

- name: Report test coverage via Codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage/coverage.out

0 comments on commit 93ca42d

Please sign in to comment.