Skip to content

Commit

Permalink
Merge pull request #21 from Avarei/fix/pipeline
Browse files Browse the repository at this point in the history
run pkl resolve before unit tests
  • Loading branch information
Avarei committed Jul 4, 2024
2 parents da83c70 + c0b78e3 commit 8c83b7c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
with:
pkl-version: ${{ env.PKL_VERSION }}

- name: Resolve Projects
run: make pkl-resolve

- name: Run Unit Tests
run: go test -v -cover ./...

Expand Down Expand Up @@ -150,12 +153,8 @@ jobs:
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"

- name: Login to Upbound
uses: docker/login-action@v3
if: env.XPKG_ACCESS_ID != ''
with:
registry: xpkg.upbound.io
username: ${{ secrets.XPKG_ACCESS_ID }}
password: ${{ secrets.XPKG_TOKEN }}
run: "./crossplane --verbose xpkg login --username=${{ secrets.XPKG_ACCESS_ID }} --password=${{ secrets.XPKG_TOKEN }}"

# If a version wasn't explicitly passed as a workflow_dispatch input we
# default to version v0.0.0-<git-commit-date>-<git-short-sha>, for example
Expand Down

0 comments on commit 8c83b7c

Please sign in to comment.