Skip to content

Commit ca02eea

Browse files
authored
Merge pull request #9 from sliedig/develop
chore(ci): updated build actions
2 parents 8fd346c + b27c220 commit ca02eea

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
22

33
* @aws-samples/aws-serverless-developer-experience-workshop
4+
* @aws-samples/aws-serverless-developer-experience-workshop-dotnet

.github/workflows/build.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@ jobs:
2424
run: dotnet restore
2525
- name: Build
2626
run: dotnet build --configuration Release --no-restore
27-
- name: Test & Code Coverage
28-
run: dotnet test --collect:"XPlat Code Coverage" -r ./codecov --no-restore --verbosity normal
29-
# - name: Codecov
30-
# uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
31-
# with:
32-
# token: ${{ secrets.CODECOV_TOKEN }}
33-
# flags: unittests
34-
# fail_ci_if_error: true
35-
# name: codecov-lambda-powertools-dotnet
36-
# verbose: true
37-
# directory: ./libraries/codecov
27+
- name: Test
28+
env:
29+
AWS_DEFAULT_REGION: us-west-2
30+
AWS_REGION: us-west-2
31+
run: dotnet test

0 commit comments

Comments
 (0)