Skip to content

Commit

Permalink
updated(task_manager_api): ci go version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
solo21-12 committed Aug 15, 2024
1 parent d3473a3 commit 8367be9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/bin/bash

# Exit on error
set -e

# List of packages to exclude (adjust as needed)
exclude_packages=(
"github.com/solo21-12/A2SV_back_end_track/tree/main/task_seven/tests/task_tests/repo"
"github.com/solo21-12/A2SV_back_end_track/tree/main/task_seven/tests/user_tests/repo"
"github.com/solo21-12/A2SV_back_end_track/tree/main/task_seven/tests/constants"
"task_seven/tests/task_tests/repo"
"task_seven/tests/user_tests/repo"
"task_seven/tests/constants"
)

# Find all packages with .go files
# Find all packages with .go files in the tests directory
all_packages=$(go list ../tests/...)

# Filter out the excluded packages
Expand Down

0 comments on commit 8367be9

Please sign in to comment.