Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refaktor: Delete ci #31

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,6 @@ jobs:
cancel_others: true
concurrent_skipping: never

test-ci:
name: Test CI
if: ${{ github.event_name == 'pull_request' || contains(github.event.head_commit.modified, 'ci/**/*_test.go') }}
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Go latest
uses: actions/setup-go@v4
with:
go-version: stable

- name: Download dependencies & run tests
run: |
go mod download
go test -v ./...
working-directory: ci

test-iac:
name: Test IaC
if: ${{ github.event_name == 'pull_request' || contains(github.event.head_commit.modified, 'iac/plm/**/*_test.go') || contains(github.event.head_commit.modified, 'iac/plm/util/**/*_test.go') }}
Expand Down
25 changes: 0 additions & 25 deletions ci/go.mod

This file was deleted.

142 changes: 0 additions & 142 deletions ci/go.sum

This file was deleted.

25 changes: 0 additions & 25 deletions ci/lint/al.go

This file was deleted.

40 changes: 0 additions & 40 deletions ci/lint/al_test.go

This file was deleted.

122 changes: 0 additions & 122 deletions ci/lint/ec.go

This file was deleted.

Loading
Loading