Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpagel committed Oct 10, 2019
1 parent 9c502f8 commit 5fe6fea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Solution1/.github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Workflow Testing

on: [push]

jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: build
run: |
dotnet build ./Solution1/

0 comments on commit 5fe6fea

Please sign in to comment.