Skip to content

Commit fba8729

Browse files
committed
chore: update backend workflow
1 parent 9131371 commit fba8729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
echo ATLAS_URI=${{ secrets.ATLAS_URI }} >> .env
3636
echo ENVIRONMENT=Dev >> .env
3737
with:
38-
working-directory: backend
38+
working-directory: ./backend/
3939
- name: Test Code
4040
run: cd backend && go test ./...

0 commit comments

Comments
 (0)