Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 25, 2023
1 parent c9dae64 commit 1987b28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
lint:
name: Lint Source
runs-on: ubuntu-latest
needs: [install_dependencies]
steps:
- uses: actions/checkout@v3
- uses: felixmosh/turborepo-gh-artifacts@v2
Expand All @@ -43,6 +44,7 @@ jobs:
name: ESM Tests
timeout-minutes: 5
runs-on: ubuntu-latest
needs: [install_dependencies]
strategy:
matrix:
node:
Expand All @@ -63,6 +65,7 @@ jobs:
name: CJS Tests
timeout-minutes: 5
runs-on: ubuntu-latest
needs: [install_dependencies]
strategy:
matrix:
node:
Expand All @@ -84,6 +87,7 @@ jobs:
name: "Highlight.js Tests"
timeout-minutes: 5
runs-on: ubuntu-latest
needs: [install_dependencies]
steps:
- uses: actions/checkout@v3
- uses: felixmosh/turborepo-gh-artifacts@v2
Expand Down

0 comments on commit 1987b28

Please sign in to comment.