Skip to content

Commit

Permalink
Merge pull request #126 from pwei1018/feature-ci-upgrade
Browse files Browse the repository at this point in the history
Update notify api CI
  • Loading branch information
pwei1018 authored Apr 25, 2024
2 parents b7f70f6 + ec270e6 commit e45d4a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify-api-ci.codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Download artifacts
uses: dawidd6/action-download-artifact@v3
with:
name: backend-coverage-${{ github.sha }}
name: notifyapicoveragefile
run_id: ${{ github.event.workflow_run.id }}
- name: Upload to Codecov
uses: codecov/codecov-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/notify-api-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Notify API CI

on:
push:
pull_request:
paths:
- "notify-api/**"
workflow_dispatch:
Expand Down Expand Up @@ -116,5 +116,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: backend-coverage-${{ github.sha }}
name: notifyapicoveragefile
path: ./notify-api/coverage.xml
1 change: 0 additions & 1 deletion notify-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ GitHub Pages (https://guides.github.com/features/pages/) are a neat way to docum

## Security


## Files in this repository

## Environment Variables
Expand Down

0 comments on commit e45d4a6

Please sign in to comment.