Skip to content

Commit

Permalink
[fix]: CI: Move lint target to integration.yml (Snowflake-Labs#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lopez authored and anton-chekanov committed Jan 25, 2022
1 parent 38a4860 commit f8761a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
target:
- test-acceptance
- lint-ci
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
matrix:
target:
- test-acceptance
- lint-ci
steps:
- uses: actions/checkout@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Run unit tests that don't require secrets on any branch/fork pull request
on:
pull_request:
types: [review_requested, edited, synchronized]

name: Unit tests

jobs:
Expand All @@ -13,7 +11,6 @@ jobs:
target:
- check-docs
- check-mod
- lint-ci
- test
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f8761a4

Please sign in to comment.