Skip to content

Commit

Permalink
chore: merge jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 1, 2024
1 parent e686812 commit f1f4596
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request

jobs:
cache-and-install:
unit-tests:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -38,13 +38,5 @@ jobs:
- name: Install dependencies
run: pnpm install

run-tests:
runs-on: ubuntu-latest

needs: cache-and-install

steps:
- name: Run unit tests
run: pnpm test


0 comments on commit f1f4596

Please sign in to comment.