Skip to content

Commit

Permalink
Test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru committed Sep 9, 2024
1 parent 16f8afa commit 09cc519
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dissect-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ on:

jobs:
ci:
uses: fox-it/dissect-workflow-templates/.github/workflows/dissect-ci-template.yml@main
uses: fox-it/dissect-workflow-templates/.github/workflows/dissect-ci-template.yml@allow-failure-acquire
with:
deb-packages: 'liblzo2-dev'
secrets: inherit

test:
needs: [ci]
steps:
- uses: actions/download-artifact@v4
with:
name: packages
path: dist/

publish:
if: ${{ github.ref_name == 'main' || github.ref_type == 'tag' }}
needs: [ci]
Expand Down

0 comments on commit 09cc519

Please sign in to comment.