[WIP] Adding content-disposition header to allow export files to be downloaded directly hitting the export api's for testing #4068
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Types Build | |
on: ['pull_request', 'workflow_dispatch'] | |
jobs: | |
types-build: | |
name: Types Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git Checkout | |
uses: actions/checkout@v3 | |
- name: Build Types | |
uses: ./.github/actions/generic-npm-build | |
with: | |
working_directory: types |