Skip to content

Commit

Permalink
add cypress image build
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Jan 10, 2024
1 parent 4ef7d96 commit f1ae871
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
target: keycloak
secrets: inherit

build_cypress:
name: 'Build Cypress'
uses: ./.github/workflows/build_base.yaml
with:
image: cypress
context: ./cypress
secrets: inherit

build_php-fpm-base:
name: 'Build php-fpm-base'
uses: ./.github/workflows/build_base.yaml
Expand Down

0 comments on commit f1ae871

Please sign in to comment.