-
Notifications
You must be signed in to change notification settings - Fork 133
38 lines (34 loc) · 872 Bytes
/
installer.yaml
File metadata and controls
38 lines (34 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
name: Installer Tests
on:
push:
branches:
- dev
pull_request:
branches:
- dev
workflow_dispatch:
jobs:
check-install-script:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: pre-commit/action@v3.0.1
run-install-script:
strategy:
matrix:
os:
- ubuntu-latest
checks:
- sudo ./install-photobooth.sh --username="$(whoami)" --silent
- sudo ./install-photobooth.sh --username="$(whoami)" --branch="stable4" --silent
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install
run: ${{ matrix.checks }}
- name: Check welcome page
run: curl --fail-with-body http://localhost/welcome/