Skip to content

Commit

Permalink
Merge pull request #2 from snacks02/spec_db
Browse files Browse the repository at this point in the history
Keep `spec/db` to avoid errors when running `crystal spec`
  • Loading branch information
eliasjpr authored Sep 23, 2024
2 parents 626e686 + 0fb63a7 commit 20c5894
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
run: sqlite3 --version
- name: Create Sqlite databases
run: |
mkdir -p ./spec/db
touch ./spec/db/northwind.db
touch ./spec/db/data.db
touch ./spec/db/billing.db
Expand Down
Empty file added spec/db/.keep
Empty file.

0 comments on commit 20c5894

Please sign in to comment.