Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Jul 19, 2023
1 parent 2be1ee3 commit ca563b0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
exit 1
fi
- name: Run tests
run: |
make envtest
KUBEBUILDER_ASSETS=$(pwd)/bin/k8s/current E2E_ENABLED=${{ github.event_name == 'push' }} go test -count 1 ./...
build-docker_controller:
name: Build Docker image (controller)
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -161,4 +166,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: image_webhook.tar
path: ${{ runner.temp }}/image_webhook.tar
path: ${{ runner.temp }}/image_webhook.tar

3 changes: 2 additions & 1 deletion .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,4 @@ jobs:
ref: main
token: ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
inputs: '{ "version-bump": "${{ steps.update.outputs.version_bump }}" }'

1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ jobs:
target_commitish: ${{ steps.get_target_commit.outputs.sha }}
token: ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
generate_release_notes: false

0 comments on commit ca563b0

Please sign in to comment.