Skip to content

Commit

Permalink
Simulating cc run wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Aug 16, 2024
1 parent dfa22cc commit 128e778
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,11 @@ jobs:
# name: final-coverage-report
# path: coverage_reports/CoverageReport.md

# download-artifact:
# runs-on: ubuntu-latest
# steps:
# - name: Sleep for 40 seconds
# run: sleep 40
simulating-sleep:
runs-on: ubuntu-latest
steps:
- name: Sleep for 40 seconds
run: sleep 40

# - name: Checkout code
# uses: actions/checkout@v3
Expand Down

0 comments on commit 128e778

Please sign in to comment.