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 fe5cda7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/dissect-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@ 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]
runs-on: ubuntu-latest
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 fe5cda7

Please sign in to comment.