Build action before testing

This commit is contained in:
Volodymyr Zotov
2026-01-27 14:19:04 -06:00
parent 856971e6d6
commit 1dfe1fc19e

View File

@@ -41,6 +41,18 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.ref }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build actions
run: npm run build:all
- name: Generate .env.tpl
shell: bash
run: |
@@ -109,6 +121,18 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.ref }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build actions
run: npm run build:all
- name: Generate .env.tpl
run: |
mkdir -p tests