Skip to content

Commit

Permalink
fix rl formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
m-goggins committed Jun 13, 2024
1 parent 14661b4 commit 62b2e3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/testContainerRecordLinkage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
timeout-minutes: 30
steps:
- name: Check if working directory exists
id: check_dir
run: |
if [ -d "./containers/${{env.CONTAINER}}/tests/integration" ]; then
echo "exists=true" >> $GITHUB_ENV
else
echo "exists=false" >> $GITHUB_ENV
fi
id: check_dir
run: |
if [ -d "./containers/${{env.CONTAINER}}/tests/integration" ]; then
echo "exists=true" >> $GITHUB_ENV
else
echo "exists=false" >> $GITHUB_ENV
fi
- name: Checkout
if: env.exists == 'true'
uses: actions/checkout@v4
Expand Down

0 comments on commit 62b2e3b

Please sign in to comment.