Skip to content

Commit

Permalink
Printing env variables before rit step
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Oct 3, 2024
1 parent 2007769 commit ebf9d77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,4 @@ jobs:
- name: Run tests
run: |
./gradlew --no-daemon --stacktrace integrationTest
7 changes: 7 additions & 0 deletions .github/workflows/rit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ jobs:
SAFE_BRANCH_NAME=$(echo "${GITHUB_HEAD_REF}" | tr -cd '[:alnum:]_-' | cut -c1-255)
echo "SAFE_BRANCH_NAME=$SAFE_BRANCH_NAME" >> $GITHUB_ENV
- name: Print Environment Variables
run: |
echo "RSKJ_BRANCH=${{ env.RSKJ_BRANCH }}"
echo "POWPEG_BRANCH=${{ env.POWPEG_BRANCH }}"
echo "RIT_BRANCH=${{ env.RIT_BRANCH }}"
echo "REPO_OWNER=${{ env.REPO_OWNER }}"
- name: Run Rootstock Integration Tests
uses: rmoreliovlabs/rootstock-integration-tests@feature/add_repo_owner_input
with:
Expand Down

0 comments on commit ebf9d77

Please sign in to comment.