Skip to content

skipped tests missing #438

skipped tests missing

skipped tests missing #438

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
schedule:
# Weekly.
- cron: '0 0 * * 0'
jobs:
exercises:
name: Check exercises
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Install CoffeeScript
run: npm install -g jasmine-node coffeescript
- name: Run tests
run: ./bin/test-exercises.sh