Changing failed command
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
OLUWADAMILOLA OKUSANYA 2024-03-20 12:49:22 -04:00
parent c3cdd0c1ac
commit 834db6b58d
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ steps:
test: test:
image: node:18.19-alpine image: node:18.19-alpine
commands: commands:
- apt-get update - apk update && apk upgrade --no-cache
- echo "Build test succeed" - echo "Build test succeed"