Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-27565 - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 10, 2024
1 parent 01f4a17 commit eb4d2e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
testAgents:
runs-on: ubuntu-latest
steps:
- run: echo "foobar"
# uses: ./.github/workflows/run-tests.yml
uses: ./.github/workflows/run-tests.yml

buildAgents:
needs: testAgents
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ jobs:
notifyTeamsChannel:
runs-on: ubuntu-latest
# needs: [buildDiscoveryAgentDocker, buildTraceabilityAgentDocker]
needs: [buildDiscoveryAgentDocker]
needs: [buildDiscoveryAgentDocker, buildTraceabilityAgentDocker]
steps:
- uses: actions/checkout@v4
- name: Notify Teams channel
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
- name: Test
working-directory: .
run: |
echo "NDAD"
# make test
make test

0 comments on commit eb4d2e0

Please sign in to comment.