Skip to content

Commit

Permalink
fix(ci): use correct packages for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed Aug 13, 2024
1 parent b6e1dd5 commit 150d268
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
private_go_server: ""
before_tests: ""
additional_args: -v
package: ./config
package: ./executors/...
secrets:
PRIVATE_GO_SERVER_TOKEN: ${{ secrets.PRIVATE_GO_SERVER_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
private_go_server: ""
before_tests: ""
additional_args: -v
package: ./config
package: ./lists/...
secrets:
PRIVATE_GO_SERVER_TOKEN: ${{ secrets.PRIVATE_GO_SERVER_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
private_go_server: ""
before_tests: ""
additional_args: -v
package: ./config
package: ./metrics/...
secrets:
PRIVATE_GO_SERVER_TOKEN: ${{ secrets.PRIVATE_GO_SERVER_TOKEN }}

0 comments on commit 150d268

Please sign in to comment.