Skip to content

Commit

Permalink
fix ci using .env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Sep 28, 2024
1 parent 2f45b8d commit 84eaaf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- macos-latest
include:
- os: ubuntu-latest
script_name: 'make test'
script_name: 'make test -e .env.dist'
- os: macos-latest
script_name: 'make test'
script_name: 'make test -e .env.dist'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 84eaaf9

Please sign in to comment.