Skip to content

Commit 99cf81b

Browse files
author
Yejun Su
committed
fix CI test name
1 parent a92e1b0 commit 99cf81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
tests:
77
runs-on: ubuntu-latest
8-
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
8+
name: OTP ${{matrix.pair.otp}} / Elixir ${{matrix.pair.elixir}}
99
strategy:
1010
matrix:
1111
pair:

0 commit comments

Comments
 (0)