Build and Test #138
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-and-test | |
run-name: "Build and Test" | |
on: [push] | |
env: | |
# Used to parameterize these build scripts between LancachePrefill projects | |
PROJECT_NAME: BattleNetPrefill | |
jobs: | |
build-test: | |
uses: tpill90/lancache-prefill-common/.github/workflows/build-and-test-template.yml@main | |
with: | |
PROJECT_NAME: BattleNetPrefill | |
DOTNET_TEST_FILTER: "TestCategory!=SkipCI" |