Skip to content

run api test

run api test #3

Workflow file for this run

name: "run api test"
on:
workflow_dispatch:
jobs:
run-api-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Install Bruno
run: npm install -g @usebruno/cli
- name: Run tests
run: bru run