Skip to content

ci: add setup integration tests #1

ci: add setup integration tests

ci: add setup integration tests #1

Workflow file for this run

name: Setup test
on:
push:
paths:
- 'one-click-config/**'
- '.github/workflows/setup-test.yml'
workflow_dispatch:
permissions:
contents: read
concurrency:
group: setup-test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Shell and integration tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Check out dotfiles
uses: actions/checkout@v7
- name: Run setup test suite
run: bash one-click-config/tests/run.sh