minimal-setup #2

Open
Tobi wants to merge 40 commits from minimal-setup into develop
2 changed files with 4 additions and 1 deletions
Showing only changes of commit f29d67fd02 - Show all commits

View File

@@ -35,6 +35,9 @@ jobs:
- name: Is node cli there?
run: ls node_modules/vite/dist/node
- name: Which node version?
run: node -v
# - name: Install dependencies
# run: npm ci

View File

@@ -2,7 +2,7 @@ version: '3'
services:
builder:
image: ubuntu:latest
image: docker.gitea.com/runner-images:ubuntu-latest
command: tail -f /dev/null
volumes:
- ../:/var/app