Skip to content

Merge pull request #10 from opticdev/feat/ci/add_workflow_dispatch #19

Merge pull request #10 from opticdev/feat/ci/add_workflow_dispatch

Merge pull request #10 from opticdev/feat/ci/add_workflow_dispatch #19

name: optic
on:
pull_request:
push:
branches:
- main
defaults:
run:
working-directory: apps/bookstore-api
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Optic
run: npm install --location global @useoptic/optic
- name: Run Optic
env:
OPTIC_TOKEN: ${{ secrets.OPTIC_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: optic run