Skip to content

Commit

Permalink
Add sleep to dev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 13, 2025
1 parent 0e06fa2 commit 26b1842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ jobs:
# Run the dev container
docker run -v ./tests:/app/tests --name test_container -d ${{ steps.build.outputs.image-id }}:${{ steps.build.outputs.tag }}
# Wait for everything to be installed
echo "Sleeping..."
# TODO: Improve this
sleep 30
# Copy configuration files from container
docker cp test_container:/home/app/.eslintrc.js .eslintrc.js
docker cp test_container:/home/app/.flake8 .flake8
Expand Down

0 comments on commit 26b1842

Please sign in to comment.