Skip to content

Commit

Permalink
I love you yaml. NOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vic committed Dec 1, 2019
1 parent dfcebd2 commit 90e34f3
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on: ['push']

jobs:
asdf_is_installed:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,10 +21,9 @@ jobs:
asdf --version
plugins_are_installed:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -43,10 +41,9 @@ jobs:
asdf plugin list --urls --refs | grep nodejs
tools_are_installed:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -63,10 +60,9 @@ jobs:
direnv version
plugin_is_tested:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 90e34f3

Please sign in to comment.