test uszu
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
Maciej Pawłowski 2025-03-09 20:56:41 +01:00
parent 292439f642
commit aff8d5ff45
Signed by: maciek
GPG key ID: 9FC186633565C9C7

View file

@ -6,16 +6,13 @@ on:
jobs: jobs:
build: build:
runs-on: "docker" runs-on: "docker"
# container: container:
# image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine"
steps: steps:
# - shell: ash - shell: ash
# run: "apk add --update nodejs npm" run: "apk add --update nodejs npm"
# - shell: ash - shell: ash
# run: "which node" run: "which node"
- uses: https://code.forgejo.org/actions/setup-node@v4
with:
node-version: 'latest'
- uses: "https://code.forgejo.org/actions/checkout@v4" - uses: "https://code.forgejo.org/actions/checkout@v4"
- shell: ash - shell: ash
run: "ls -laF" run: "ls -laF"