Skip to content

Commit

Permalink
Removed mlwh config creation from the GitHub CI runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed May 30, 2024
1 parent 5474a50 commit 553669d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,6 @@ jobs:
baton-do --version
- name: "Configure test Warehouse"
run: |
mkdir -p "$HOME/.npg"
cat <<'EOF' > "$HOME/.npg/WTSI-DNAP-Warehouse-Schema"
#!/usr/bin/env perl
my $VAR1 = {
'live' => {
dsn => 'dbi:sqlite:database=test'
}
};
EOF
- name: "Cache Perl"
id: cache-perl
uses: actions/cache@v4
Expand Down

0 comments on commit 553669d

Please sign in to comment.