Skip to content

Commit

Permalink
Workflows: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 16, 2024
1 parent eb33f79 commit 36e055a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- "26"
- "27"
steps:
- name: CHECKOUT
- name: Clone the repository
uses: actions/checkout@v2
- name: CONFIGURE ERLANG
- name: Set up Erlang/OTP
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.erlang_version }}
- name: BUILD
- name: Build
run: make
- name: CHECK
- name: Run tests
run: make check

build-bazel:
Expand All @@ -38,8 +38,8 @@ jobs:
otp_major:
- "26"
steps:
- name: CHECKOUT
- name: Clone the repository
uses: actions/checkout@v2
- name: TEST
- name: Run tests
run: |
bazelisk test //... --config=rbe-${{ matrix.otp_major }}

0 comments on commit 36e055a

Please sign in to comment.