Try Docker container for CI
Some checks failed
CI / test (push) Failing after 39s

This commit is contained in:
2026-02-05 19:52:58 +00:00
parent aecd00cc7d
commit 8d8c516fa9

View File

@@ -5,15 +5,12 @@ on: [push, pull_request]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:18-bullseye
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
git clone --depth=1 --no-single-branch https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git . git clone --depth=1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
- name: Install Node - name: Install
run: |
apt-get update -qq
apt-get install -y -qq nodejs npm > /dev/null 2>&1
- name: Install Dependencies
run: npm ci run: npm ci
- name: Lint - name: Lint
run: npm run lint run: npm run lint