Skip to content

Commit

Permalink
Making it pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoGuideri committed Oct 31, 2024
1 parent 6a7e176 commit 3465cd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
sudo apt-get update
sudo apt-get install docker-compose -y
- name: Copy example.env to .env
working-directory: ./server
run: |
cp example.env .env
- name: Build and Run Docker Compose in server directory
working-directory: ./server
run: |
Expand Down
42 changes: 0 additions & 42 deletions server/README.md.orig

This file was deleted.

0 comments on commit 3465cd5

Please sign in to comment.