diff options
author | Michał Łępicki <michallepicki@users.noreply.github.com> | 2022-02-23 22:20:10 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-02-24 13:17:37 +0000 |
commit | ab2ff059c86fcdd596396982ee3383b878fc3baf (patch) | |
tree | 303950f3557ad9e7185c48429327130dd3e0823e | |
parent | 207d52d8feead7f83bca3df35a008d73e94b2207 (diff) | |
download | javascript-ab2ff059c86fcdd596396982ee3383b878fc3baf.tar.gz javascript-ab2ff059c86fcdd596396982ee3383b878fc3baf.zip |
Enable CI; Bump Gleam version
-rw-r--r-- | .github/workflows/test.yml (renamed from workflows/test.yml) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/workflows/test.yml b/.github/workflows/test.yml index 7ffcda6..3b5a731 100644 --- a/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,8 +13,10 @@ jobs: - uses: actions/checkout@v2.0.0 - uses: erlef/setup-beam@v1 with: - otp-version: "24.2" - elixir-version: "1.13.1" - gleam-version: "0.19.0-rc3" - - run: gleam test + otp-version: false + gleam-version: '0.20.0' + - uses: actions/setup-node@v2 + with: + node-version: '16' - run: gleam format --check src test + - run: gleam test |