Skip to content

Commit

Permalink
refaktor: Delete ci
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredevelop committed Oct 22, 2023
1 parent 61805ef commit 0b31906
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,054 deletions.
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

0 comments on commit 0b31906

Please sign in to comment.