Skip to content

Commit

Permalink
Merge pull request #67 from SAP-samples/test/ghactions
Browse files Browse the repository at this point in the history
test for gh actions
  • Loading branch information
alperdedeoglu authored Oct 13, 2024
2 parents eff237f + 406a40a commit ac16050
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI for Pull Requests - Deployment and Subscription test

on:
pull_request:
pull_request_target:
branches:
- main # Run the workflow for PRs targeting the "main" branch

Expand Down Expand Up @@ -50,7 +50,9 @@ jobs:
run: |
cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
cf install-plugin multiapps -f
- name: echo cf space
run : |
echo ${{ secrets.CF_SPACE }}
# Step 7: Login to CF
- name: Log in to Cloud Foundry
run: |
Expand Down

0 comments on commit ac16050

Please sign in to comment.