Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Oct 25, 2024
1 parent f34c0e4 commit de71e91
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test-run.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Test docker-compose-run.yaml"
on:
push:
branches:
- "**"
jobs:
test_core:
strategy:
matrix:
include:
- compose_args: "-f docker-compose-run.yaml"
run_e2e_tests: false
directory: "docker-compose/camunda-8.6"
uses: ./.github/workflows/template-deploy.yaml
name: Test deploying from directory "${{ matrix.directory || 'root' }}"
secrets: inherit
with:
compose_args: ${{ matrix.compose_args }}
run_e2e_tests: ${{ matrix.run_e2e_tests }}
directory: ${{ matrix.directory }}

0 comments on commit de71e91

Please sign in to comment.