WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Add platform url to LLM output #27

Add platform url to LLM output

Add platform url to LLM output #27

Workflow file for this run

name: Run tests
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
- ready_for_review
workflow_dispatch:
permissions:
contents: read
jobs:
run-tests:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22.13.0
- name: Install packages
run: yarn
- name: Run tests
run: yarn run test