Skip to content

Commit

Permalink
Merge pull request #4259 from esl/fix-gh-actions-tests
Browse files Browse the repository at this point in the history
Fix failing `graphql_server` tests on GitHub Actions
  • Loading branch information
chrzaszcz committed Apr 10, 2024
2 parents c65371c + 514a380 commit 6e90a1a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
PRESET: 'small_tests'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1.16.0
with:
otp-version: ${{ matrix.otp }}
Expand Down Expand Up @@ -78,6 +80,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/big-tests
with:
otp: ${{matrix.otp}}
Expand Down Expand Up @@ -106,6 +110,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/big-tests
with:
otp: ${{matrix.otp}}
Expand Down Expand Up @@ -138,6 +144,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1.16.0
with:
otp-version: ${{matrix.otp}}
Expand All @@ -152,6 +160,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1.16.0
with:
otp-version: ${{matrix.otp}}
Expand All @@ -166,6 +176,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1.16.0
with:
otp-version: ${{matrix.otp}}
Expand All @@ -183,4 +195,6 @@ jobs:
pkg_PLATFORM: ${{matrix.pkg}}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: tools/test.sh -p pkg

0 comments on commit 6e90a1a

Please sign in to comment.