Skip to content

Added new fake shiny test and reverted old tests #1104

Added new fake shiny test and reverted old tests

Added new fake shiny test and reverted old tests #1104

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a
with:
otp-version: "26.2"
gleam-version: "1.1.0"
elixir-version: "1.16.2"
- name: Run tests for all exercises
run: bin/test
- name: Check formatting
run: gleam format --check exercises/*/*/{src,test,.meta}/*.gleam
- name: Check manifests
run: bin/sync-exercise-project-configs --check