Skip to content

Merge pull request #35 from getjackd/09-11-Reserve_job_now_properly_h… #13

Merge pull request #35 from getjackd/09-11-Reserve_job_now_properly_h…

Merge pull request #35 from getjackd/09-11-Reserve_job_now_properly_h… #13

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
services:
beanstalkd:
image: ghcr.io/beanstalkd/beanstalkd:latest
ports:
- 11300:11300
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.7.1
- uses: actions/setup-node@v3
with:
node-version: 18.12.1
cache: "pnpm"
- run: pnpm i
- run: pnpm test