Skip to content

Commit

Permalink
Applying fixes suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal committed Jul 4, 2024
1 parent 4b27107 commit 83a3d94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/images/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ echo -e "$MESSAGE"

echo "status=${STATUS}" >>${GITHUB_OUTPUT}
echo "message=${MESSAGE}" >> ${GITHUB_OUTPUT}

tail -f /dev/null
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@ jobs:

- name: Test the RIT Container Action
id: test-container
env:
RSKJ_BRANCH: 'master'
FEDERATOR_BRANCH: 'master'
run: |
docker run -v /private/var \
--env RSKJ_BRANCH="${{ env.RSKJ_BRANCH }}" \
--env FEDERATOR_BRANCH="${{ env.FEDERATOR_BRANCH }}" \
docker run \
--env RSKJ_BRANCH="master" \
--env FEDERATOR_BRANCH="master" \
--env "GITHUB_OUTPUT=/github-output" \
-v "$GITHUB_OUTPUT:/github-output" \
--rm ${{ env.TEST_TAG }}
- name: Build the RIT Action Container Image
Expand Down

0 comments on commit 83a3d94

Please sign in to comment.