Skip to content

Commit

Permalink
Fail slow
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Nov 14, 2024
1 parent 8466e25 commit 504e9f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
unit_tests:
name: Unit tests
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # All supported Python versions.
Expand All @@ -19,7 +20,7 @@ jobs:
- name: Run a local httpbin and set HTTPBIN_URL (ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
docker run -d -p 8080:8080 mccutchen/go-httpbin
docker run -d -p 8080:8080 mccutchen/go-httpbin
echo "HTTPBIN_URL=http://localhost:8080" >> $GITHUB_ENV
- name: Set HTTPBIN_URL (windows)
Expand Down

0 comments on commit 504e9f8

Please sign in to comment.