Skip to content

fix(queue): refresh stale task sessions #390

fix(queue): refresh stale task sessions

fix(queue): refresh stale task sessions #390

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths-ignore:
- "*.md"
- "**/*.md"
- "docs/**/*.md"
- "artifacts/**"
pull_request:
paths-ignore:
- "*.md"
- "**/*.md"
- "docs/**/*.md"
- "artifacts/**"
workflow_dispatch:
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: 10.33.0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- run: sudo apt-get update && sudo apt-get install -y zsh
- run: pnpm install --frozen-lockfile
- run: EVENTLOOPOS_SKIP_BROWSER_E2E=1 pnpm run ci