Skip to content

Commit

Permalink
Remove Deepfactor env workflow var
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-sil authored Jul 12, 2024
1 parent eeff34b commit 92cdd1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
DF_RUN_TOKEN: ${{ secrets.DF_RUN_TOKEN }}
IMAGE_NAME: google-api-php-client-mock
AWS_REGION: ${{ vars.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand All @@ -19,4 +18,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Run unit tests
run: docker-compose -f actions-services.yml run --rm google-api-php-client-mock "./run-tests.sh"
run: docker-compose -f actions-services.yml run --rm google-api-php-client-mock "./run-tests.sh"

0 comments on commit 92cdd1d

Please sign in to comment.