diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-07-13 10:58:13 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-07-13 11:06:58 +0100 |
commit | 87fdb8cceea00a20245d1ce23ef9ca5be263c132 (patch) | |
tree | b89b120160e111176e79ce21ef44de79cd520c34 /.github | |
parent | 96b7d523fa592c338d27f6f36eecf00c17890f1f (diff) | |
download | gleam_stdlib-87fdb8cceea00a20245d1ce23ef9ca5be263c132.tar.gz gleam_stdlib-87fdb8cceea00a20245d1ce23ef9ca5be263c132.zip |
Run JS tests on CI
Diffstat (limited to '.github')
-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 |