Skip to content

Commit

Permalink
Merge pull request #136 from negz/its-happening-dot-gif
Browse files Browse the repository at this point in the history
Switch to crossplane/build
  • Loading branch information
negz authored May 16, 2024
2 parents cd6ab94 + 909e6bd commit aa077cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-pkg-

- name: Vendor Dependencies
run: make vendor vendor.check
- name: Download Go Modules
run: make modules.download modules.check

- name: Check Diff
run: make check-diff
Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-pkg-

- name: Vendor Dependencies
run: make vendor vendor.check
- name: Download Go Modules
run: make modules.download modules.check

# We could run 'make lint' to ensure our desired Go version, but we prefer
# this action because it leaves 'annotations' (i.e. it comments on PRs to
Expand Down Expand Up @@ -146,8 +146,8 @@ jobs:
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-pkg-

- name: Vendor Dependencies
run: make vendor vendor.check
- name: Download Go Modules
run: make modules.download modules.check

- name: Initialize CodeQL
uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3
Expand Down Expand Up @@ -214,8 +214,8 @@ jobs:
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-pkg-

- name: Vendor Dependencies
run: make vendor vendor.check
- name: Download Go Modules
run: make modules.download modules.check

- name: Run Unit Tests
run: make -j2 test
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/upbound/build
url = https://github.com/crossplane/build

0 comments on commit aa077cf

Please sign in to comment.