Skip to content

Commit

Permalink
Added .env to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Firestone82 committed Dec 13, 2024
1 parent 2fb5a2d commit 14a8b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Copy .env.example
run: cp .env.example .env
- name: Prepare database
run: |
cargo install sqlx-cli
Expand Down

0 comments on commit 14a8b90

Please sign in to comment.