Tests
This commit is contained in:
parent
f501c50d51
commit
28df6f769a
|
@ -25,7 +25,7 @@ runs:
|
|||
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
runs: |
|
||||
run: |
|
||||
for i in _tests/${{ inputs.pattern }}; do
|
||||
dotnet test $i --no-build -c Release --filter ${{ inputs.filter }}
|
||||
done
|
||||
|
|
|
@ -69,19 +69,11 @@ jobs:
|
|||
|
||||
# Distribution Artifact
|
||||
|
||||
- name: Publish Distribution Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: distribution
|
||||
path: distribution/**/*
|
||||
|
||||
# global.json Artifact
|
||||
|
||||
- name: Publish global.json Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: global_json
|
||||
path: global.json
|
||||
# - name: Publish Distribution Artifact
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: distribution
|
||||
# path: distribution/**/*
|
||||
|
||||
frontend:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue