Skip to content

Commit

Permalink
ci: merge integration test to test
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Apr 14, 2023
1 parent 90c124b commit e1193e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
- update-aqua-checksums
- ghalint
- test
- integration-test
- go-mod-tidy

renovate-config-validator:
Expand Down Expand Up @@ -108,7 +107,3 @@ jobs:
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
permissions:
contents: read

integration-test:
uses: ./.github/workflows/wc-integration-test.yaml
permissions: {}
21 changes: 0 additions & 21 deletions .github/workflows/wc-integration-test.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/wc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: go test -v ./... -race -covermode=atomic
- run: go install ./cmd/pinact
- run: pinact -v
- run: pinact run testdata/foo.yaml
- run: git diff

0 comments on commit e1193e2

Please sign in to comment.