Skip to content

Commit

Permalink
ci: build app from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
taro0513 committed Dec 20, 2023
1 parent ae41597 commit adf627f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm ci
- name: Build the app
run: npm run build
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit adf627f

Please sign in to comment.