Skip to content

Commit

Permalink
fix: backend CI flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed May 24, 2022
1 parent f5a9194 commit f591380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# this install the dependencies specified in your package.json file into the current workflow
- name: Run lint, test and build in backend
# navigates to your functions folder and install the dependencies
run: yarn --cwd backend && yarn --cwd backend lint && yarn --cwd backend test && yarn --cwd frontend build
run: yarn --cwd backend && yarn --cwd backend lint && yarn --cwd backend test && yarn --cwd backend build
# If your firebase cloud functions project uses firebase-admin
# you need to create a config file used to initialize your project
# the below task creates a config.json file in your functions directory

0 comments on commit f591380

Please sign in to comment.