Skip to content

Commit

Permalink
fix: wrong formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Jul 3, 2024
1 parent 517a5ad commit 85ed3fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
pull-requests: write

jobs:
build:
test-node:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -44,6 +44,12 @@ jobs:
with:
name: test-reports-${{ matrix.node-version }}
path: test/reports/

test-bun:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit 85ed3fb

Please sign in to comment.