Skip to content

Commit

Permalink
more domains
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Jun 6, 2024
1 parent 214755f commit 5c9a7a4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/code_tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
strategy:
fail-fast: false
matrix:
- name: "s1_development_environment"
skip_files: ""
- name: "s2_organisation_and_version_control"
skip_files: "make_dataset_solution.py"
- name: "s3_reproducibility"
skip_files: "reproducibility_tester.py"
folders:
- name: "s1_development_environment"
skip_files: ""
- name: "s2_organisation_and_version_control"
skip_files: "make_dataset_solution.py"
- name: "s3_reproducibility"
skip_files: "reproducibility_tester.py"
- name: "s4_debugging_and_logging"
skip_files: ""

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5c9a7a4

Please sign in to comment.