Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jul 24, 2024
1 parent e648b5b commit 8e748f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests_hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ jobs:
cache_exists=${{ steps.cache-results.outputs.cache-hit == 'true' }}
enabled=true
if [[ $cache_exists == 'true' ]]; then
if [[ $cache_exists == true ]]; then
echo "Already ran, skipping"
enabled=false
fi
echo "enabled=$enabled" >> $GITHUB_OUTPUT
- name: Update git submodules
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
run: |
apt update
apt install -y git
git --version
# - name: Update git submodules
# if: ${{ steps.check-tests.outputs.enabled == 'true' }}
# run: |
# apt update
# apt install -y git
# git --version

- name: Checkout user repository
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
Expand Down

0 comments on commit 8e748f8

Please sign in to comment.