Skip to content

Commit

Permalink
ci: database and frontend builds (#17)
Browse files Browse the repository at this point in the history
Add database and frontend builds
  • Loading branch information
DerekRoberts authored Sep 23, 2023
1 parent 1423736 commit f628a5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [backend-go, backend-java, backend-py, migrations-go, migrations-py]
package: [database, backend-go, backend-java, backend-py, migrations-go, migrations-py, frontend]
include:
- package: database
repository: bcgov/quickstart-openshift
- package: backend-go
triggers: ('backend-go/')
- package: backend-java
Expand All @@ -69,6 +71,8 @@ jobs:
triggers: ('backend-go/db')
build_context: ./backend-go/db
build_file: ./backend-go/db/Dockerfile
- package: frontend
repository: bcgov/quickstart-openshift
steps:
- uses: bcgov-nr/action-builder-ghcr@v1.2.1
with:
Expand All @@ -79,6 +83,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
build_context: ${{ matrix.build_context }}
build_file: ${{ matrix.build_file }}
repository: ${{ matrix.repository }}

# https://github.com/bcgov-nr/action-deployer-openshift
deploys:
Expand Down

0 comments on commit f628a5d

Please sign in to comment.