Skip to content

Commit

Permalink
debug: almost ready
Browse files Browse the repository at this point in the history
Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
  • Loading branch information
gouravkrosx committed Apr 30, 2024
1 parent 11837d7 commit 6abbcbd
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 334 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/build_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,23 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: keploy-binary
path: kTestBuild
path: keployB

test:
# Add Jobs for testing different applications here.
test-go-mongo-1:
needs: build
uses: ./.github/workflows/test_stage.yml
uses: ./.github/workflows/test-go-mongo-1.yml

test-go-mongo-2:
needs: build
uses: ./.github/workflows/test-go-mongo-2.yml

test-ginApp:
needs: build
uses: ./.github/workflows/test-ginApp.yml

check_status:
needs: test-ginApp
# Wait for all the test workflows before getting the coverage
coverage:
needs: [test-go-mongo-1, test-go-mongo-2]
runs-on: ubuntu-latest
steps:
- name: Get Test Status
run: echo "Test script status code ${{ needs.test.outputs.test_status }}"
run: echo "All workflows are completed, Now calculating the coverage"

16 changes: 0 additions & 16 deletions .github/workflows/content.yml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6abbcbd

Please sign in to comment.