Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
ci: Add yarn run build
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Nov 17, 2022
1 parent 11ce1b3 commit e6336e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn build
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn build
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit e6336e6

Please sign in to comment.