Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
50Fifty committed Dec 22, 2023
1 parent cd35e0c commit b4ad6f3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies

- name: Install src dependencies and build
run: |
cd extension
cd extension/src
npm install
- name: Build
npm run build -if-present
- name: Install test dependencies and build
run: |
cd extension
npm run build --if-present
cd extension/tests
npm install
npm run build -if-present
- name: Create serviceAccountKey.json
env:
Expand Down

0 comments on commit b4ad6f3

Please sign in to comment.