Feat: data list metadata #2606
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
# Basic test to ensure PRs pass build. Default runner except when preview deployment already generated | |
name: Test Build | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
test: | |
uses: ./.github/workflows/web-build.yml | |
secrets: inherit | |
with: | |
include-tests: true | |
skip-upload: true | |
# When testing build binary assets not required | |
lfs: false | |
deployment-env: debug |