Skip to content

Commit 2687242

Browse files
authored
Update backend.yml
1 parent 2ebff3e commit 2687242

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/backend.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ env:
99
jobs:
1010
docker:
1111
runs-on: ubuntu-latest
12+
defaults:
13+
run:
14+
working-directory: ./backend
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@master
1518

16-
- name: Change to backend directory
17-
run: cd backend
1819
# - name: Set up Go
1920
# uses: actions/setup-go@master
2021
# with:

0 commit comments

Comments
 (0)