Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcmillan authored Aug 21, 2019
1 parent e8a55eb commit 62cb127
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: CI
on: [push]

jobs:
build:
install:
runs-on: ubuntu-latest
steps:
run: make install
- run: make install
test:
- run: make test
runs-on: ubuntu-latest
steps:
- run: make test

0 comments on commit 62cb127

Please sign in to comment.