From a11f368e83598923014df9eda07821dc2ce143e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81=C4=99picki?= Date: Tue, 4 Jan 2022 16:55:43 +0100 Subject: Use erlef/setup-beam GitHub action --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 919a864..cea9c81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,15 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.0.0 - - uses: gleam-lang/setup-erlang@v1.1.2 + - uses: erlef/setup-beam@v1.9.0 with: otp-version: "23.2" + gleam-version: "0.19.0-rc1" - uses: actions/setup-node@v2 with: node-version: "16.0.0" - - uses: gleam-lang/setup-gleam@v1.0.1 - with: - gleam-version: "0.19.0-rc1" - run: gleam test - run: npm test # - run: gleam format --check src test -- cgit v1.2.3