Skip to content

Commit add5f70

Browse files
committed
Use an in-memory repository to save shortened url
1 parent faf5ba8 commit add5f70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- name: Create .env file
3939
run: |
4040
echo "MACHINE_ID=1" > .env
41+
echo "PORT=3000" >> .env
42+
echo "SHORTENED_BASE_URL=http://localhost:3000" >> .env
4143
working-directory: api # Ensure it is created inside `api/`
4244

4345
- name: Run Tests (API)

0 commit comments

Comments
 (0)