Skip to content

Commit

Permalink
Merge branch 'main' into resolve-returns-url-type-simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
stackoverfloweth authored Nov 15, 2024
2 parents 42f939b + 350c255 commit d6d850a
Show file tree
Hide file tree
Showing 10 changed files with 400 additions and 359 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,9 @@ jobs:
id: setup
uses: kitbagjs/actions-setup-project@main

- name: Run unit tests
- name: Run tests
run: npm run test

type-test:
name: Type Tests
runs-on: ubuntu-latest

steps:
- name: Setup
id: setup
uses: kitbagjs/actions-setup-project@main

- name: Run unit tests
run: npm run test:types

types:
name: Types
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit d6d850a

Please sign in to comment.