Skip to content

Commit

Permalink
[test] Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Nov 22, 2023
1 parent 105da99 commit e54734c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/changeset-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
fs.writeFileSync('${{github.workspace}}/pr.zip', Buffer.from(download.data));
- run: unzip pr.zip

- name: 'Build'
run: |
for i in {1..20}; do # This loop will run 20 times, resulting in 10 minutes (20*30s).
echo "Building..."
sleep 30 # Sleep for 30 seconds
done
- name: 'Comment on PR'
uses: actions/github-script@v3
with:
Expand Down

0 comments on commit e54734c

Please sign in to comment.