Skip to content

Commit

Permalink
Fixed tets failing on GitHub due to missing directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnyLlama authored Apr 22, 2024
1 parent e67d9bc commit 64e14fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: sudo apt-get install -y postgresql-client
- name: Setup tables
run: psql "postgres://news:news@localhost/news" -a -f "sql/0-create_tables.sql"
- name: Prepare directories
run: mkdir -p data/profile-pictures
- name: Check code
run: cargo check --quiet
env:
Expand Down

0 comments on commit 64e14fd

Please sign in to comment.