Skip to content

Commit

Permalink
updated automated-testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Oct 23, 2023
1 parent eb00188 commit 608a9a8
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ jobs:
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"
-
name: Checkout Repository
uses: actions/checkout@v4
-
name: Run Automated Testing
run: |
cd docker/certs
./generate.sh
cd ..
docker compose --profile int-registry-batch-loader up

0 comments on commit 608a9a8

Please sign in to comment.