Netanol 221 add netflow info on home page #606
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Astrapia Continuous Integration | |
on: | |
push: | |
pull_request: | |
jobs: | |
build_and_test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Setup Node Env | |
uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- name: Install Nuxt dependencies | |
working-directory: Astrapia | |
run: npm install | |
- name: Build Nuxt | |
working-directory: Astrapia | |
run: npm run build |