Merge pull request #266 from dxw/renovate/socket.io-packages #1046
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test" | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: oven-sh/[email protected] | |
with: | |
bun-version: 1.0.3 | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install dependencies | |
run: | | |
curl -fsSL https://bun.sh/install | bash | |
bun install | |
- name: Run tests | |
run: | | |
./script/test |