Skip to content

Commit

Permalink
add delay
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Mar 14, 2024
1 parent 209e956 commit 26b8f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ${{ vars.CI_IMAGE }}
options: --privileged
# options: --privileged
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
ping -c 1 127.0.0.1
echo "Starting a simple HTTP server..."
python3 -m http.server --bind 127.0.0.1 8080 &
sleep 1
curl 127.0.0.1:8080
echo "Running tests..."
cargo test
Expand Down

0 comments on commit 26b8f88

Please sign in to comment.