-
-
Notifications
You must be signed in to change notification settings - Fork 5
31 lines (27 loc) · 697 Bytes
/
ci.yml
File metadata and controls
31 lines (27 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Tests
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run Tests in Docker
run: bin/run-tests-in-docker.sh
exercises:
name: Exercises
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install sponge
run: sudo apt-get install moreutils
- name: Check compatibility with current exercises
run: bin/run-all-exercises-in-docker.sh /tmp/output