Skip to content

Commit

Permalink
fix: load .env file for unit tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Sep 24, 2024
1 parent 8550e17 commit 5c077a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Load .env file
uses: xom9ikk/dotenv@v2
with:
mode: test
- name: Configure Datadog Test Visibility
env:
DD_SERVICE_NAME: ${{ secrets.DD_SERVICE_NAME }}
Expand Down

0 comments on commit 5c077a4

Please sign in to comment.