Skip to content

Commit

Permalink
Merge pull request #103 from silinternational/remove-deepfactor-env-w…
Browse files Browse the repository at this point in the history
…orkflow-var

Remove Deepfactor env workflow var
  • Loading branch information
mtompset authored Jul 24, 2024
2 parents eeff34b + 92cdd1d commit 45be77d
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 45be77d

Please sign in to comment.