Update .github/workflows/ci.yml

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
pull/253/head
nasa 5 years ago committed by GitHub
parent f8de25168d
commit 3b213e95d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ on: [push]
jobs:
build_and_test:
name: Build adn test on ${{ matrix.os }}
name: Build and test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:

Loading…
Cancel
Save