From 87fdb8cceea00a20245d1ce23ef9ca5be263c132 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 13 Jul 2021 10:58:13 +0100 Subject: Run JS tests on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3