Skip to content

Commit

Permalink
updated the factory test
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Nov 17, 2024
1 parent 30af31c commit e57a664
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fi
- name: Check typings
run: tsc --noEmit
run: npx tsc --noEmit

- name: Build JS
run: ${{ matrix.package-manager }} build
Expand All @@ -72,6 +72,7 @@ jobs:

bun:
name: Test on Bun v1.1.34
needs: node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -89,6 +90,7 @@ jobs:

deno:
name: Test on Deno v1.17.2
needs: node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e57a664

Please sign in to comment.