Skip to content

Commit

Permalink
ci: remove webpack-build ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Oct 3, 2023
1 parent 6e717b2 commit 7dbef7d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,20 +156,6 @@ jobs:
- run: python -m pip freeze
- run: python -m pip list --outdated

webpack-build:
name: Test webpack-build
needs: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm install --dev
- run: npm run build
- run: npm run build:prod

required-checks-pass:
if: always()
needs:
Expand All @@ -178,7 +164,6 @@ jobs:
- coveralls
- dev-setup
- optional-dependencies
- webpack-build
runs-on: ubuntu-22.04
steps:
- uses: re-actors/alls-green@release/v1
Expand Down

0 comments on commit 7dbef7d

Please sign in to comment.