Skip to content

Commit

Permalink
ci: use matrix node and debian as args
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Jul 19, 2024
1 parent 18885c7 commit cd67183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build app
env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
run: bash ./scripts/build_app.sh -p -r ${{ github.job }}
run: bash ./scripts/build_app.sh -p -r ${{ github.job }} -n ${{ matrix.node }} -d ${{ matrix.debian }}

build_docs:
name: Build docs
Expand Down

0 comments on commit cd67183

Please sign in to comment.