9998: remove superfluous cerebraltest modifications and console logs #570
Workflow file for this run
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: Build API Typescript | |
# on: | |
# pull_request: | |
# jobs: | |
# build_ts_api: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - uses: actions/setup-node@v3 | |
# with: | |
# node-version: '18.16.1' | |
# - name: Collect Workflow Telemetry | |
# uses: runforesight/workflow-telemetry-action@v1 | |
# with: | |
# comment_on_pr: false | |
# - name: Install Node Dependencies | |
# run: npm ci | |
# - name: Build Typescript API | |
# run: | | |
# npm run build:assets | |
# npm run build:lambda:api |