Skip to content

Commit

Permalink
Debug level in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Oct 23, 2024
1 parent 370920f commit 79da0be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
bats-tests:
name: BATS Tests
runs-on: ubuntu-latest
env:
DEBUG: "1"
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 1 addition & 2 deletions test/migration-index-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ setup() {
cd "$TEMP_DIR"

# Set up git repo
git config --local init.defaultBranch main
git init
git config --local user.email "test@example.com"
git config --local user.name "Test User"
git init
git checkout -b main

# Create base branch
Expand Down

0 comments on commit 79da0be

Please sign in to comment.