Skip to content

Commit

Permalink
build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
srclosson committed Sep 29, 2023
1 parent fbcd396 commit df74e5f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -56,12 +56,10 @@ jobs:
- name: Build backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: docker://bitnami/dotnet-sdk:7.0.401-debian-11-r14
run: |
make linux
make windows
make darwin
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
run: make linux && make windows && make darwin
# - name: Test backend
# if: steps.check-for-backend.outputs.has-backend == 'true'
# uses: magefile/mage-action@v1
Expand Down

0 comments on commit df74e5f

Please sign in to comment.