Skip to content

Commit

Permalink
Add log folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Feb 17, 2024
1 parent 224eb95 commit 79d384f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: niden/actions-memcached@v7

- run: sudo apt-get update -yqq
- run: sudo apt-get install -yqq netcat libpg-dev
- run: sudo apt-get install -yqq netcat libpq-dev

- name: "Verify Memcached is running"
run: echo -e "stats\nquit" | nc localhost 11211 | grep -e "accepting_conns 1" -q
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**/.DS_Store
.idea
.vscode
/log
/log/*.log
/tmp

# Ignore file uploads in development
Expand Down
Empty file added log/.gitkeep
Empty file.

0 comments on commit 79d384f

Please sign in to comment.