|
|
|
@ -110,6 +110,8 @@ jobs:
|
|
|
|
- test_dev
|
|
|
|
- test_dev
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
|
|
|
run: npm ci
|
|
|
|
- name: Update build info
|
|
|
|
- name: Update build info
|
|
|
|
run: npm run chore:update-build-info
|
|
|
|
run: npm run chore:update-build-info
|
|
|
|
- uses: docker/setup-buildx-action@v3
|
|
|
|
- uses: docker/setup-buildx-action@v3
|
|
|
|
@ -132,6 +134,9 @@ jobs:
|
|
|
|
- name: Checkout the repository
|
|
|
|
- name: Checkout the repository
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
|
|
|
run: npm ci
|
|
|
|
|
|
|
|
|
|
|
|
- name: Update build info
|
|
|
|
- name: Update build info
|
|
|
|
run: npm run chore:update-build-info
|
|
|
|
run: npm run chore:update-build-info
|
|
|
|
|
|
|
|
|
|
|
|
|