Skip to content

Commit

Permalink
Run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 6, 2022
1 parent 931d7fe commit f93f718
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
ci:
runs-on: ubuntu-20.04

steps:
- name: Checkout repository
uses: actions/checkout@v2

- uses: erlef/[email protected]
with:
otp-version: "23.2"
gleam-version: "0.24.0"

- name: Run tests for all exercises
run: bin/test

0 comments on commit f93f718

Please sign in to comment.