Skip to content

Commit

Permalink
db-use-core update CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcardle committed Dec 1, 2024
1 parent ef41bde commit a640757
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
- run: yarn
- run: yarn coretest

# cli_tests:
# name: DB.io - CLI Tests
# needs: [build]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - run: yarn
# - run: script/cli_test.sh
cli_tests:
name: DB.io - CLI Tests
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn
- run: script/cli_test.sh

io_tests:
name: DB.io - Unit Tests
Expand Down

0 comments on commit a640757

Please sign in to comment.