Skip to content

Commit

Permalink
disable bun for now
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Jun 18, 2024
1 parent 1645405 commit ca47494
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,6 @@ jobs:
- name: NPM install
run: npm install

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

build_bun:
runs-on: ubuntu-latest

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

- name: Provisioning
run: |
docker --version
bun -v
docker pull ubuntu
- name: Bun install
run: bun install

- name: Bun Tests
run: bun run test

0 comments on commit ca47494

Please sign in to comment.