Skip to content

Commit

Permalink
fix(infra): fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Sep 30, 2023
1 parent d7fb712 commit ab70a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
working-directory: frontend
run: npm run build
- name: Install dependencies
working-directory: backend
run: go get .
- name: Build
working-directory: backend
Expand Down

0 comments on commit ab70a4c

Please sign in to comment.