Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/doc-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: crystal-lang/install-crystal@56684e85b94c6340f5035965d57dcfdedd1ab0de
with:
crystal: "1.15.1"
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run generator tests
run: crystal spec ./document-generator/spec/*
comment_on_failed_test:
Expand All @@ -27,7 +27,7 @@ jobs:
uses: crystal-lang/install-crystal@56684e85b94c6340f5035965d57dcfdedd1ab0de
with:
crystal: "1.15.1"
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run generator tests
run: crystal document-generator/scripts/check_docs.cr
- name: Comment on PR if test failed
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
container:
image: crystallang/crystal:1.17
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run generator tests
run: crystal spec test-generator
test-generator-templates:
Expand All @@ -24,7 +24,7 @@ jobs:
container:
image: crystallang/crystal:1.17
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Check generator templates tests
run: ./bin/test_specs
template:
Expand All @@ -33,7 +33,7 @@ jobs:
container:
image: crystallang/crystal:1.17
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run file formatting
run: crystal ./bin/check-format.cr
exercises:
Expand All @@ -46,7 +46,7 @@ jobs:
container:
image: crystallang/crystal:${{ matrix.crystal }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install jq
run: apt-get update && apt-get install -y jq
- name: Run tests
Expand All @@ -61,6 +61,6 @@ jobs:
crystal: "1.15.1"
- name: 'Setup jq'
run: choco install jq
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run tests
run: ./bin/test-exercises.ps1
Loading