Skip to content

Commit

Permalink
Create install-tests.yml
Browse files Browse the repository at this point in the history
An action that checks if the installer is working
  • Loading branch information
merlos authored Dec 22, 2023
1 parent 5cfc23f commit cf043d6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/install-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
workflow_dispatch:

name: Test installer

jobs:
run-linux:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Requirements - all missing
run: |
cd scripts/install
./install-magasin.sh -c

0 comments on commit cf043d6

Please sign in to comment.