Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Clemens Vasters <[email protected]>
  • Loading branch information
clemensv committed Apr 5, 2024
1 parent b26d365 commit 0abbbd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
with:
repository: clemensv/CloudNative.CloudEvents.Endpoints
ref: main
path: /csendpoints
path: csendpoints
- name: build CloudNative.CloudEvents.Endpoint package code
run: |
pushd $GITHUB_WORKSPACE/csendpoints/source
pushd csendpoints/source
dotnet build CloudNative.CloudEvents.Experimental.Endpoints.sln
popd
- name: create package into temp feed
run: cp $GITHUB_WORKSPACE/csendpoints/source/packages/* $GITHUB_WORKSPACE/packages
run: cp csendpoints/source/packages/* $GITHUB_WORKSPACE/packages
- name: Get CloudNative.CloudEvents.Endpoint package code (java)
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0abbbd0

Please sign in to comment.