Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dematte-zupit committed Feb 14, 2024
1 parent 82f71ba commit 871a632
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ on:
type: string

jobs:
print-working-directory:
runs-on: ubuntu-latest
steps:
- name: Print working directory
run: |
echo "Working directory: ${{ github.event.inputs.WORKING_DIRECTORY }} |"
test:
uses: ./.github/workflows/test-common.yml
with:
Expand Down

0 comments on commit 871a632

Please sign in to comment.