Skip to content

Commit

Permalink
Merge pull request #28 from rodneylab/fix__update_startup_tests
Browse files Browse the repository at this point in the history
test: ☑️ improve startup module testing
  • Loading branch information
rodneylab authored Nov 18, 2024
2 parents 23344ef + 1a7ad7e commit 2f487fb
Show file tree
Hide file tree
Showing 9 changed files with 372 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
egress-policy: audit
disable-telemetry: true
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install sqlite3 -y
run: sudo apt-get update && sudo apt-get install -y libxdo-dev sqlite3
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-sqlx
Expand Down
Loading

0 comments on commit 2f487fb

Please sign in to comment.