Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Frontend Repo to Workflow Deployment #51

Merged
merged 14 commits into from
Oct 24, 2024
Merged
6 changes: 6 additions & 0 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
"redis:host": "${{ secrets.REDIS_HOST }}",
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'

- name: Set up frontend theme
run: npm install https://github.com/CMU-313/nodebb-frontend-f24-team-bulbasaur.git

- name: Rebuild NodeBB tpl
run: ./nodebb build tpl

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
}
run: |
node app --setup="${SETUP}" --ci="${CI}"

- name: Run ESLint
run: npm run lint

Expand All @@ -86,4 +86,6 @@ jobs:
run: npm run coverage

- name: Test coverage
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2