Skip to content

Commit

Permalink
GHA: reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Dec 10, 2024
1 parent 69c9093 commit 7683e73
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
schedule:
- cron: '30 3 * * 2'
- cron: "30 3 * * 2"

concurrency:
group: "${{ github.ref }}"
Expand All @@ -16,25 +16,25 @@ jobs:
fail-fast: false
matrix:
host_release:
- unstable
- trixie
- bookworm
- unstable
- trixie
- bookworm

# We want a working shell, qemu, python and docker. Specific version should not matter (much).
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- run: ./test/gha-build-deb.sh
name: "Build .deb for ${{matrix.host_release}}"
env:
HOST_RELEASE: ${{matrix.host_release}}
- run: ./test/gha-build-deb.sh
name: "Build .deb for ${{matrix.host_release}}"
env:
HOST_RELEASE: ${{matrix.host_release}}

- name: Archive built .deb
uses: actions/upload-artifact@v4
with:
name: deb-${{matrix.host_release}}
if-no-files-found: error
path: |
*.deb
- name: Archive built .deb
uses: actions/upload-artifact@v4
with:
name: deb-${{matrix.host_release}}
if-no-files-found: error
path: |
*.deb

0 comments on commit 7683e73

Please sign in to comment.