Skip to content

Commit 36e055a

Browse files
Workflows: cosmetics
1 parent eb33f79 commit 36e055a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/erlang.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- "26"
2020
- "27"
2121
steps:
22-
- name: CHECKOUT
22+
- name: Clone the repository
2323
uses: actions/checkout@v2
24-
- name: CONFIGURE ERLANG
24+
- name: Set up Erlang/OTP
2525
uses: erlef/setup-beam@v1
2626
with:
2727
otp-version: ${{ matrix.erlang_version }}
28-
- name: BUILD
28+
- name: Build
2929
run: make
30-
- name: CHECK
30+
- name: Run tests
3131
run: make check
3232

3333
build-bazel:
@@ -38,8 +38,8 @@ jobs:
3838
otp_major:
3939
- "26"
4040
steps:
41-
- name: CHECKOUT
41+
- name: Clone the repository
4242
uses: actions/checkout@v2
43-
- name: TEST
43+
- name: Run tests
4444
run: |
4545
bazelisk test //... --config=rbe-${{ matrix.otp_major }}

0 commit comments

Comments
 (0)