Skip to content

Commit

Permalink
test: add new job
Browse files Browse the repository at this point in the history
  • Loading branch information
tranngoclam authored and Lam Tran committed Aug 23, 2024
1 parent 805ed5b commit 2d589fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ jobs:
if: ${{ always() && ((needs.test-1.result == 'success' && needs.test-2.result == 'skipped') || (needs.test-2.result == 'success' && needs.test-1.result == 'skipped')) }}
steps:
- run: echo final

test-cont:
runs-on: ubuntu-latest
needs: test-final
steps:
- run: echo cont

0 comments on commit 2d589fc

Please sign in to comment.