Skip to content

Commit

Permalink
Add database back to build job matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Sep 5, 2024
1 parent 218a80b commit e619eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [backend, frontend]
package: [backend, database, frontend]
timeout-minutes: 10
steps:
- uses: bcgov-nr/action-builder-ghcr@v2.0.2
Expand Down

0 comments on commit e619eb0

Please sign in to comment.