Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Sep 25, 2023
1 parent edf29cc commit a4a3776
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -15,6 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -30,6 +31,8 @@ jobs:
- name: NPM install
run: npm install

- name: Tests
- name: Nodejs Tests
run: npm test

- name: Bun Tests
run: bun run test

0 comments on commit a4a3776

Please sign in to comment.