Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
moonraker595 committed Nov 12, 2024
1 parent 90d7df8 commit 4773dcc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI/CD Pipeline
on:
push:
branches:
- main # or specify your deployment branch
- main

jobs:

Expand All @@ -17,15 +17,11 @@ jobs:
- name: Build and run ICAT Docker Compose stack
run: docker compose up -d opensearch seed_opensearch scigateway-auth

# Output Docker networks
- name: List Docker Networks
run: docker network ls

# Build and run tests
- name: Build and Test
run: |
docker build --target test -t my-app:test .
docker run --network search_api_default my-app:test
docker build --target test -t search-api:test .
docker run --network search_api_default search-api:test
Push-to-Harbor:
needs: Test
Expand Down

0 comments on commit 4773dcc

Please sign in to comment.