fixed workflow

This commit is contained in:
SPRINX0\prochazka
2025-02-25 12:12:56 +01:00
parent 312c3b8295
commit 7516b056a5
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ jobs:
run: | run: |
rm package.json rm package.json
rm yarn.lock rm yarn.lock
yarn add -W js-yaml@3.14.1 lodash yarn add -W js-yaml lodash
- name: Run workflow generation - name: Run workflow generation
run: | run: |
node common/processWorkflows.js node common/processWorkflows.js

View File

@@ -115,9 +115,9 @@ jobs:
ports: ports:
- 16012:1433 - 16012:1433
env: env:
- ACCEPT_EULA=Y ACCEPT_EULA: Y
- SA_PASSWORD=Pwd2020Db SA_PASSWORD: Pwd2020Db
- MSSQL_PID=Express MSSQL_PID: Express
oracle: oracle:
image: gvenzl/oracle-xe:21-slim image: gvenzl/oracle-xe:21-slim

View File

@@ -26,7 +26,7 @@ jobs:
run: | run: |
rm package.json rm package.json
rm yarn.lock rm yarn.lock
yarn add -W js-yaml@3.14.1 lodash yarn add -W js-yaml lodash
- name: Run workflow generation - name: Run workflow generation
run: | run: |