nodejs asennus
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 20s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m13s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 2m2s
CI Feature / Report Summary (push) Successful in 7s
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 20s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m13s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 2m2s
CI Feature / Report Summary (push) Successful in 7s
This commit is contained in:
@@ -39,6 +39,12 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: alpine/helm:3.19.0
|
image: alpine/helm:3.19.0
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node.js for actions/checkout
|
||||||
|
# COMPROMISE: Requires internet access.
|
||||||
|
# Does NOT work in air-gapped environments.
|
||||||
|
# Replace with a custom image (e.g., extending alpine/helm + nodejs) if needed.
|
||||||
|
run: apk add --no-cache nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user