Skip to content

Add timeout-minutes to CI job #270

Add timeout-minutes to CI job

Add timeout-minutes to CI job #270

Workflow file for this run

---
name: CI
on: push
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
- name: Update vim-plugins
run: nix flake lock --update-input vim-plugins
- name: Build configuration
run: nix run home-manager/master -- build --flake ${{ github.workspace }}
- name: Activate the configuration
run: ./result/activate