File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
- name : Install apt stuff and other dependencies
35
35
run : |
36
36
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
38
38
sudo locale-gen en_GB.UTF-8
39
39
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
43
43
44
44
- name : Install Python requirements.txt
45
45
run : |
@@ -52,13 +52,13 @@ jobs:
52
52
locale
53
53
env
54
54
55
- # - name: Test chapter 1
56
- # run: |
57
- # make test_chapter_01
55
+ - name : Test chapter 1
56
+ run : |
57
+ make test_chapter_01
58
58
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
62
62
63
63
- name : Test all chapters in parallel, yolo
64
64
run : |
You can’t perform that action at this time.
0 commit comments