Skip to content

Commit

Permalink
restore package-based testing for push mode
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Dec 12, 2024
1 parent e8b3e41 commit 3cecb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-user-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
execution: [ source ]
execution: [ source, package ]
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3cecb26

Please sign in to comment.