Skip to content

Commit

Permalink
sleep 20
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaoruganti authored Apr 12, 2024
1 parent c5cae7c commit 4c9d827
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:

steps:
- name: Install aws
run: |
sleep 10s
echo SHARD INDEX ${{ matrix.shardIndex }}
sudo apt-get update
sudo apt-get install -y awscli
run: sleep 20s && sudo apt-get update && sudo apt-get install -y awscli
# - uses: actions/checkout@v3
# with:
# submodules: recursive
Expand Down

0 comments on commit 4c9d827

Please sign in to comment.