Skip to content

Commit

Permalink
Fix action names in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasknoepfle committed Mar 22, 2024
1 parent 3e5d5e5 commit ef70e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push
jobs:
test:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
name: unit
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand All @@ -19,7 +19,7 @@ jobs:
run: mix run scripts/generate_version_showcase.ex
demo:
runs-on: ubuntu-latest
name: Demo
name: demo
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit ef70e6c

Please sign in to comment.