Skip to content

Commit c8a2871

Browse files
committed
wip
1 parent 2322b24 commit c8a2871

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13-
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.1
13+
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.2
1414
with:
1515
version-package: package.json
1616
version-package-lock: package-lock.json
17-
version-output-format: >-
18-
{{.Major}}.{{.Minor}}.{{.Patch}}${{ github.ref_name != github.event.repository.default_branch && '-pull-request' || '' }}
1917
pre-lint-command: NODEAPP_UID=$(id -u) NODEAPP_RESTART_POLICY=no NODEAPP_COMMAND="bash -c 'npm ci --ignore-scripts; npm run lint'" docker compose up nodeapp --force-recreate --remove-orphans --abort-on-container-exit --exit-code-from nodeapp
2018
pre-test-unit-command: NODEAPP_UID=$(id -u) NODEAPP_RESTART_POLICY=no NODEAPP_COMMAND="bash -c 'npm ci --ignore-scripts; npm run test'" docker compose up nodeapp --force-recreate --remove-orphans --abort-on-container-exit --exit-code-from nodeapp
2119

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
promote:
3030
name: CI
3131
needs: ci
32-
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.1
32+
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.2
3333
with:
3434
version-package: package.json
3535
git-add-files: package.json

0 commit comments

Comments
 (0)