Skip to content

Commit 3ee493b

Browse files
committed
test
1 parent fcbcd51 commit 3ee493b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: .github/workflows/tests_hw.yml

-7
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ jobs:
5252
5353
echo "enabled=$enabled" >> $GITHUB_OUTPUT
5454
55-
- name: Update git submodules
56-
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
57-
run: |
58-
apt update
59-
apt install -y git
60-
git --version
61-
6255
- name: Checkout user repository
6356
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
6457
uses: actions/checkout@v4

0 commit comments

Comments
 (0)