Bump express in /src/client/dangl-opencde-client-ui #161
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: backend-tests | |
on: | |
push: | |
paths: | |
- "src/**" | |
- "tests/**" | |
- ".github/workflows/backend-tests.yml" | |
jobs: | |
backend-tests: | |
name: backend-tests | |
runs-on: ubuntu-latest | |
if: ${{ github.event.repository.owner.login == 'Dangl-IT' }} | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Run './build.cmd CreateNuGetConfigForInternalPackages' | |
run: ./build.cmd CreateNuGetConfigForInternalPackages | |
env: | |
DanglInternalNuGetFeedReaderKey: ${{ secrets.DANGLINTERNALNUGETFEEDREADERKEY }} | |
- name: Run './build.cmd Coverage -Configuration Debug' | |
run: ./build.cmd Coverage -Configuration Debug |