Skip to content

Commit 07131a8

Browse files
committed
asd2
1 parent 89577e4 commit 07131a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up .env
2424
run: |
2525
cd ./apps/question-service
26-
echo .env.example > .env
26+
cp .env.example .env
2727
2828
- name: Set up credentials
2929
env:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run tests
4747
run: |
4848
cd ./apps/question-service
49-
tree .
49+
tree -a .
5050
go test ./...
5151
5252
test:

0 commit comments

Comments
 (0)