Skip to content

Commit

Permalink
add missing atlas to post merge CI (#1891)
Browse files Browse the repository at this point in the history
* add missing atlas to post merge ci

Signed-off-by: pxp928 <parth.psu@gmail.com>

* fix unused parameter for golang ci lint action

Signed-off-by: pxp928 <parth.psu@gmail.com>

---------

Signed-off-by: pxp928 <parth.psu@gmail.com>
  • Loading branch information
pxp928 committed May 8, 2024
1 parent c27e7c6 commit 4dc7c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # tag=v3.2.0
with:
only-new-issues: true
skip-pkg-cache: true
skip-cache: true
- name: Check markdown format
run: make format
- name: Check that all linted text is up to date
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/postmerge.yaml
Expand Up @@ -37,6 +37,8 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
- name: Setup the project
run: go mod download
- name: Install atlas
uses: ariga/setup-atlas@v0
- name: Run integration merge test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4dc7c94

Please sign in to comment.