Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 11, 2024
1 parent 1947693 commit 32ca41b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,25 +60,25 @@ jobs:
- name: Typecheck
run: bun --bun run typecheck

test:
runs-on: ubuntu-latest
# test:
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
# steps:
# - uses: actions/checkout@v4

- name: Install Bun
uses: oven-sh/setup-bun@v2
# - name: Install Bun
# uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lockb') }}
restore-keys: |
node-modules-
# - name: Use cached node_modules
# uses: actions/cache@v4
# with:
# path: node_modules
# key: node-modules-${{ hashFiles('**/bun.lockb') }}
# restore-keys: |
# node-modules-

- name: Install Dependencies
run: bun install
# - name: Install Dependencies
# run: bun install

- name: Unit Test
run: bun test
# - name: Unit Test
# run: bun run test

0 comments on commit 32ca41b

Please sign in to comment.