Skip to content

Commit

Permalink
Create NUnit3TestAdapter.Cake.CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje authored Nov 14, 2019
1 parent c3a617c commit 9cdae50
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/NUnit3TestAdapter.Cake.CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: NUnit3TestAdapter.Cake.CI

on: [push]

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- name: Build with cake
run: .\build.ps1
shell: pwsh

0 comments on commit 9cdae50

Please sign in to comment.