This commit is contained in:
2025-10-31 12:22:58 -05:00
parent e32740813f
commit e68f94deca

View File

@@ -35,23 +35,17 @@ env:
runs:
using: "composite"
steps:
build:
runs-on: self-hosted
container:
image: node:latest
- name: Checkout
uses: actions/checkout@v4
with:
github-server-url: $GITHUB_SERVER_URL
repository: $REPOSITORY
ref: $BRANCH
steps:
- name: Checkout
uses: actions/checkout@v4
with:
github-server-url: $GITHUB_SERVER_URL
repository: $REPOSITORY
ref: $BRANCH
- name: Install Dependencies
run: |
cd Rooted/Rooted.Web && npm install
- name: Install Dependencies
run: |
cd Rooted/Rooted.Web && npm install
- name: Build
run: |
cd Rooted/Rooted.Web && npm run build
- name: Build
run: |
cd Rooted/Rooted.Web && npm run build