Skip to content

Disable xray tracing (middleware) #304

Disable xray tracing (middleware)

Disable xray tracing (middleware) #304

Workflow file for this run

name: Gel
on:
pull_request:
jobs:
Clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Node Setup & Yarn Install
uses: ./.github/actions/setup
- name: Gel Setup
uses: ./.github/actions/gel-setup
- name: Inject Access Policies
run: yarn console gel ap inject
- name: Schema Migrations In Sync
run: gel migration status
if: github.event.pull_request.draft == false
- name: Validate seed scripts are error free
run: yarn gel:seed
shell: bash