Skip to content

Commit

Permalink
Removed steps that pull in sources for tests & build
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Oct 14, 2024
1 parent 309f79e commit 8301fbf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
34 changes: 0 additions & 34 deletions .github/actions/go_init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,6 @@ runs:
check-latest: true
cache: ${{ inputs.cache }}

- name: Checkout
uses: actions/checkout@v4
with:
repository: overmindtech/aws-source
path: ./aws-source

- name: Checkout
uses: actions/checkout@v4
with:
repository: overmindtech/k8s-source
path: ./k8s-source

- name: Move sources in place
shell: bash
run: |
rm -rf ../aws-source
rm -rf ../k8s-source
mv -v aws-source ..
mv -v k8s-source ..
- name: Install Docgen
shell: bash
run: go install github.com/overmindtech/docgen@latest

- name: Go Generate for sources
shell: bash
run: |
cd ../aws-source
go generate ./...
cd -
cd ../k8s-source
go generate ./...
cd -
- name: Go Generate
shell: bash
run: |
Expand Down
1 change: 0 additions & 1 deletion sources/aws-source

This file was deleted.

1 change: 0 additions & 1 deletion sources/k8s-source

This file was deleted.

0 comments on commit 8301fbf

Please sign in to comment.