Skip to content

Commit

Permalink
adding automated teseting gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Oct 19, 2023
1 parent 832afd2 commit 23d59d8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- 'automated-testing'
- '!main'
workflow_dispatch:

jobs:
automated-testing:
name: Registry Automated Testing
runs-on: ubuntu-latest
steps:
# need checkout before using compose-action
- uses: actions/checkout@v3
- uses: isbang/compose-action@v1.5.1
with:
compose-file: "./docker/docker-compose.yml"
compose-flags: "--profile int-registry-service-loader"

0 comments on commit 23d59d8

Please sign in to comment.