Skip to content

Added DS, 3DS, (S)NES, N64, GameCube, and Switch button profiles #1561

Added DS, 3DS, (S)NES, N64, GameCube, and Switch button profiles

Added DS, 3DS, (S)NES, N64, GameCube, and Switch button profiles #1561

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-sdk-version:
- 6.0.201 # currently running on stream
- 6.0.x
steps:
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet-sdk-version }}
- uses: actions/checkout@v2
- name: MongoDB in GitHub Actions
uses: supercharge/[email protected]
with:
mongodb-version: 4.2.3
mongodb-replica-set: rs0
- name: Test with dotnet
run: dotnet test