diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecc5dd7..e3bc5d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: - uses: gleam-lang/setup-gleam@v1.0.1 with: gleam-version: "ref:main" - - run: rebar3 install_deps - run: rebar3 eunit + - run: npm test - run: gleam format --check src test |