Skip to content

Commit a7413f8

Browse files
committed
ci fixes, maybe
1 parent 100a174 commit a7413f8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- name: Install apt stuff and other dependencies
3535
run: |
3636
sudo apt update -y
37-
sudo apt install -y ruby-dev firefox firefox-geckodriver tree locales language-pack-uk
37+
sudo apt install -y asciidoctor language-pack-en ruby-coderay firefox tree locales
3838
sudo locale-gen en_GB.UTF-8
3939
40-
- name: Install asciidoc and other ruby dependencies
41-
run: |
42-
sudo gem install asciidoctor coderay
40+
# - name: Install asciidoc and other ruby dependencies
41+
# run: |
42+
# sudo gem install coderay
4343

4444
- name: Install Python requirements.txt
4545
run: |
@@ -52,13 +52,13 @@ jobs:
5252
locale
5353
env
5454
55-
# - name: Test chapter 1
56-
# run: |
57-
# make test_chapter_01
55+
- name: Test chapter 1
56+
run: |
57+
make test_chapter_01
5858
59-
# - name: Test chapter 2
60-
# run: |
61-
# make test_chapter_02_unittest
59+
- name: Test chapter 2
60+
run: |
61+
make test_chapter_02_unittest
6262
6363
- name: Test all chapters in parallel, yolo
6464
run: |

0 commit comments

Comments
 (0)