Skip to content

Commit

Permalink
Merge pull request #50 from jaydenchee97/feature
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
jaydenchee97 authored Aug 30, 2024
2 parents c859079 + 7ba3cc4 commit c3311e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/owasp-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Install Node Modules for Amplify Functions
run: |
cd amplify/backend/function/accommodationFunction/src && npm install
cd amplify/backend/function/locationSearchApi/src && npm install
cd amplify/backend/function/recommendationHandler/src && npm install
cd amplify/backend/function/geocodingHandler/src && npm install
- name: Install dependencies
run: npm ci

- name: Set up Java 11
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit c3311e3

Please sign in to comment.