Install project deps
Some checks failed
Build and Test - Staging / test (pull_request) Failing after 2m3s
Build and Test - Staging / build_and_push (pull_request) Has been skipped
Build and Test - Staging / deploy_staging (pull_request) Has been skipped

This commit is contained in:
2025-11-09 15:49:39 -08:00
parent 2d7f2904a8
commit c6796e782a

View File

@@ -17,13 +17,18 @@ jobs:
- name: Setup Node Environment
uses: actions/setup-node@v4
- name: Setup Project Dependencies
run: |
npm ci
npx playwright install --with-deps
- name: Run Unit Tests
run: npm run test
- name: Run E2E Tests
run: npm run e2e-test
- name: Acquire Project Metadata
- name: Set Project Metadata
id: project_metadata
run: |
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT