Skip to content

Commit

Permalink
Update doc run
Browse files Browse the repository at this point in the history
  • Loading branch information
aronisstav committed Mar 16, 2024
1 parent 4e472a9 commit 2b46471
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-rebar-
- run: make ${{ matrix.target }}
doc:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -45,7 +45,8 @@ jobs:
working-directory: doc
- uses: erlef/setup-beam@v1
with:
otp-version: '23'
otp-version: '24'
rebar3-version: nightly
- run: make -C doc test
tests-latest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b46471

Please sign in to comment.