Skip to content

Merge pull request #576 from LumpBloom7/decrease-combo-score #1749

Merge pull request #576 from LumpBloom7/decrease-combo-score

Merge pull request #576 from LumpBloom7/decrease-combo-score #1749

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build with .NET
run: dotnet build
- name: Unit Tests
run: dotnet test --no-build --no-restore
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Sentakki (Dev build)
path: osu.Game.Rulesets.Sentakki/bin/Debug/**/osu.Game.Rulesets.Sentakki.dll