website-content-updates #7

Merged
caperren merged 36 commits from website-content-updates into main 2025-11-10 09:18:11 +00:00
Showing only changes of commit c6796e782a - Show all commits

View File

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