Skip to content

Commit

Permalink
GitHub Actions workflow should have a name
Browse files Browse the repository at this point in the history
  • Loading branch information
ne-sachirou committed Jan 14, 2021
1 parent d3fbca8 commit 1789c13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
'on':
name: test

"on":
pull_request:
push:
branches:
Expand All @@ -13,8 +15,8 @@ jobs:
test:
strategy:
matrix:
elixir: ['1.10.x', '1.11.x']
erlang: ['22.x', '23.x']
elixir: ["1.10.x", "1.11.x"]
erlang: ["22.x", "23.x"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
8 changes: 5 additions & 3 deletions priv/.github-workflows-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
'on':
name: test

"on":
pull_request:
push:
branches:
Expand All @@ -13,8 +15,8 @@ jobs:
test:
strategy:
matrix:
elixir: ['1.10.x', '1.11.x']
erlang: ['22.x', '23.x']
elixir: ["1.10.x", "1.11.x"]
erlang: ["22.x", "23.x"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1789c13

Please sign in to comment.