Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
docsteveharris authored Sep 21, 2024
1 parent 4907a72 commit 1c3478b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
pip install -e "web[test]"
pip install -e "api[test]"
# - name: Load example .env file
# uses: xom9ikk/[email protected]
# with:
# path: ./
# mode: example # should load .env.example
# load-mode: strict # should fail if .env.example missing
- name: Load example .env file
uses: xom9ikk/[email protected]
with:
path: ./
mode: example # should load .env.example
load-mode: strict # should fail if .env.example missing

# - name: Test with pytest
# working-directory: ./
Expand Down

0 comments on commit 1c3478b

Please sign in to comment.