Skip to content

Commit

Permalink
Update azure-deploy-f24.yml to install frontend before setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna-Cao authored Oct 29, 2024
1 parent a1bdd04 commit bc8003d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
node-version: '20.17.0'

- name: Install frontend repo
run: |
npm install https://github.com/CMU-313/nodebb-frontend-f24-team-sweepers.git
- name: Set up NodeBB
run: |
./nodebb setup '{"url":"https://nodebb-sweepers.azurewebsites.net:443",
Expand All @@ -51,9 +55,7 @@ jobs:
# cd nodebb-frontend-f24-team-sweepers
# npm install

- name: Install frontend repo
run: |
npm install https://github.com/CMU-313/nodebb-frontend-f24-team-sweepers.git


- name: Build
run: |
Expand Down

0 comments on commit bc8003d

Please sign in to comment.