Skip to content

Commit

Permalink
Simplify ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Feb 19, 2024
1 parent b5c23c8 commit 75b5e7e
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,6 @@ env:
PNPM_VERSION: 8

jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [21]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: ${{ env.PNPM_VERSION }}
- name: Setup NodeJS ${{ matrix.node }}
uses: actions/setup-node@v3
with:
cache: pnpm
node-version: ${{ matrix.node }}
- run: pnpm install
- run: pnpm start
Tests:
runs-on: ubuntu-latest
strategy:
Expand All @@ -38,4 +21,6 @@ jobs:
cache: pnpm
node-version: ${{ matrix.node }}
- run: pnpm install
- run: pnpm test -- --colors
- run: pnpm check
- run: pnpm start
- run: pnpm test

0 comments on commit 75b5e7e

Please sign in to comment.