Skip to content

Commit

Permalink
rm gh actions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
grottohub committed Mar 18, 2024
1 parent f8c13e9 commit 8f3e3f6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: test
# name: test

on:
push:
branches:
- master
- main
pull_request:
# on:
# push:
# branches:
# - master
# - main
# pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.0.0"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test
# jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: erlef/setup-beam@v1
# with:
# otp-version: "26.0.2"
# gleam-version: "1.0.0"
# rebar3-version: "3"
# # elixir-version: "1.15.4"
# - run: gleam deps download
# - run: gleam test
# - run: gleam format --check src test

0 comments on commit 8f3e3f6

Please sign in to comment.