Skip to content

Commit 2ebff3e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ env:
99
jobs:
1010
docker:
1111
runs-on: ubuntu-latest
12-
working-directory: ./backend
1312
steps:
1413
- name: Checkout
1514
uses: actions/checkout@master
1615

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

0 commit comments

Comments
 (0)