Skip to content

Commit

Permalink
ci: move uglify into slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Aug 2, 2022
1 parent b9cae14 commit b2b5a60
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
esbuild-rollup:
name: esbuild CI (Rollup Tests)
# Split these out into their own runner because they're very slow
name: esbuild CI (Slow Tests)
runs-on: ubuntu-latest

steps:
Expand All @@ -27,9 +28,11 @@ jobs:
uses: actions/checkout@v2

- name: Rollup Tests
# Split these out into their own runner because they're very slow
run: make test-rollup

- name: Uglify Tests
run: CI=1 make uglify

esbuild:
name: esbuild CI
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -142,10 +145,6 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: make test-preact-splitting

- name: Uglify Tests
if: matrix.os == 'ubuntu-latest'
run: CI=1 make uglify

- name: Check the unicode table generator
if: matrix.os == 'ubuntu-latest'
run: cd scripts && node gen-unicode-table.js
Expand Down

0 comments on commit b2b5a60

Please sign in to comment.