Skip to content

Commit

Permalink
Merge pull request #5 from Kerosene-Labs/update-workflow
Browse files Browse the repository at this point in the history
updating workflow
  • Loading branch information
hlafaille authored Dec 12, 2024
2 parents e78d3b6 + c9d91f8 commit 31c2ae0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
distribution: 'corretto'
server-id: github
settings-path: ${{ github.workspace }}
- name: Install dependencies
run: cd src/main/frontend && npm i
- uses: actions/download-artifact@v4
with:
name: app
Expand All @@ -60,4 +62,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v3
- name: Install dependencies
run: cd src/main/frontend && npm i

0 comments on commit 31c2ae0

Please sign in to comment.