diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 2ce0d0d..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: test - -on: - push: - branches: - - master - pull_request: - -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.0.0 - - uses: gleam-lang/setup-erlang@v1.0.0 - with: - otp-version: 22.2 - - uses: gleam-lang/setup-gleam@v1.0.1 - with: - gleam-version: 0.7.0-rc1 - - run: rebar3 install_deps - - run: rebar3 eunit |