Skip to content

Commit

Permalink
fix(ci test): simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Mar 24, 2023
1 parent bdda740 commit 20c99a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# And of course we need to goto our functions folder to deploy
- name: Install npm packages and write env
run: |
yarn
yarn install --frozen-lockfile
echo "${{ secrets.ACTIONS_ENV_FILE }}" > ./packages/actions/.env
echo "${{ secrets.BACKEND_ENV_FILE }}" > ./packages/backend/.env
Expand All @@ -35,9 +35,6 @@ jobs:
json: ${{ secrets.SERVICE_ACCOUNT_KEY }}
dir: "./packages/backend/"

- name: install dependencies
run: yarn install --frozen-lockfile

- name: build packages
run: yarn build
env:
Expand Down

0 comments on commit 20c99a1

Please sign in to comment.