Skip to content

Commit

Permalink
build: remove didcomm module & update CI Script (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <[email protected]>
  • Loading branch information
hamada147 authored Nov 28, 2023
1 parent 8f7636c commit ab7eb62
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 733 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
# kics-scan ignore
name: "Pull request linter"
name: "Pull Request - Validate PR title"

on:
pull_request:
on: [pull_request]

jobs:
lint_pr:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
# kics-scan ignore
name: "Linter"
name: "Pull Request - Mega Linter"

defaults:
run:
shell: bash

on:
pull_request:
on: [pull_request]

jobs:
lint:
Expand Down
26 changes: 11 additions & 15 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: Build and Test
# kics-scan ignore
name: "Pull Request - Build & Test"

defaults:
run:
Expand All @@ -15,11 +16,7 @@ env:
ATALA_GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }}
ATALA_GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}

on:
push:
branches:
- "main"
pull_request:
on: [pull_request]

jobs:

Expand Down Expand Up @@ -54,13 +51,12 @@ jobs:

- name: Gradle Build
run: |
./gradlew build test
./gradlew allTests
# Container action is only supported on Linux
# - name: Publish test results
# if: always()
# uses: EnricoMi/publish-unit-test-result-action@v2
# with:
# files: "${{ github.workspace }}/atala-prism-sdk/build/test-results/testReleaseUnitTest/TEST-*.xml"
# comment_title: "Unit Test Results"
# check_name: "Unit Test Results"
- name: Publish test results
if: always()
uses: EnricoMi/publish-unit-test-result-action/composite@v2
with:
files: "${{ github.workspace }}/atala-prism-sdk/build/test-results/testReleaseUnitTest/TEST-*.xml"
comment_title: "Unit Test Results"
check_name: "Unit Test Results"
201 changes: 0 additions & 201 deletions didcomm/LICENSE

This file was deleted.

Loading

0 comments on commit ab7eb62

Please sign in to comment.