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

Commit

Permalink
APIGOV-00001 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldickgit committed Aug 12, 2024
1 parent 2da7dac commit dc507e6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/build-agents.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name: Build agents

on:
push:
branches: [main, '*']
# on:
# push:
# branches: [main, '*']

jobs:
testAgents:
uses: ./.github/workflows/run-tests.yml
# jobs:
# testAgents:
# uses: ./.github/workflows/run-tests.yml

buildAgents:
needs: testAgents
env:
GOFLAGS: "-mod=mod"
VERSION: ${{ github.ref_name }}
COMMIT_ID: ${{ github.sha }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# buildAgents:
# needs: testAgents
# env:
# GOFLAGS: "-mod=mod"
# VERSION: ${{ github.ref_name }}
# COMMIT_ID: ${{ github.sha }}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
# - name: Set up Go
# uses: actions/setup-go@v5
# with:
# go-version: 1.21

- name: Build discovery agent
working-directory: .
run: |
make build-discovery
# - name: Build discovery agent
# working-directory: .
# run: |
# make build-discovery

- name: Build traceability agent
working-directory: .
run: |
make build-trace
# - name: Build traceability agent
# working-directory: .
# run: |
# make build-trace
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

notifyTeamsChannel:
runs-on: ubuntu-latest
needs: [buildDiscoveryAgentDocker, buildTraceabilityAgentDocker]
# needs: [buildDiscoveryAgentDocker, buildTraceabilityAgentDocker]
steps:
- uses: actions/checkout@v4
- name: Notify Teams channel
Expand Down

0 comments on commit dc507e6

Please sign in to comment.