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

Commit

Permalink
Merge pull request #127 from Axway/APIGOV-00001
Browse files Browse the repository at this point in the history
APIGOV-00001 - test
  • Loading branch information
dfeldick authored Aug 12, 2024
2 parents ed57d68 + dc507e6 commit bc4aeb1
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 bc4aeb1

Please sign in to comment.