Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed May 15, 2024
1 parent ab0c95b commit dd47929
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 @@ -24,7 +24,7 @@ jobs:
env:
CODING_USER: ${{ secrets.CODING_USER }}
CODING_TOKEN: ${{ secrets.CODING_TOKEN }}
run: npm run build
run: npm install && npm run build
- name: Deploy to ECS
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit dd47929

Please sign in to comment.