Skip to content

fix: display requests.run.command errors in the same powershell window #4584

fix: display requests.run.command errors in the same powershell window

fix: display requests.run.command errors in the same powershell window #4584

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
merge_group:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest-16-core
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install Task
run: curl -sL https://taskfile.dev/install.sh | sudo bash -s -- -b /usr/local/bin/
- name: Lint
run: task default lint
- name: Test
run: task default test