Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
Signed-off-by: Clay Downs <downsrob@amazon.com>
  • Loading branch information
downsrob committed Dec 7, 2021
1 parent 0e4a627 commit 97cfabc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- "*"

jobs:
build:
# Job name
Expand All @@ -17,7 +18,7 @@ jobs:
strategy:
# This setting says that all jobs should finish, even if one fails
fail-fast: false
# This starts three jobs, with
# This starts three jobs, setting these environment variables uniquely for the different jobs
matrix:
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 97cfabc

Please sign in to comment.