Skip to content

Commit

Permalink
ci: remove docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jun 17, 2024
1 parent 5c63738 commit 73200cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
needs: [build]
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
strategy:
fail-fast: false
matrix:
Expand All @@ -54,8 +52,6 @@ jobs:
needs: [build]
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/turbo
Expand All @@ -78,8 +74,6 @@ jobs:
needs: [build]
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/turbo
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ jobs:
needs: [build, changes]
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -112,8 +110,6 @@ jobs:
needs: [build, changes]
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/turbo
Expand All @@ -137,8 +133,6 @@ jobs:
needs: [build, changes]
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/turbo
Expand Down

0 comments on commit 73200cf

Please sign in to comment.