Skip to content

Commit 9d0596a

Browse files
committed
_
1 parent 4b58845 commit 9d0596a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_export.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
7777
- name: Check for DeprecationWarning in logs
7878
run: |
79+
cd ${{ matrix.example }}
7980
ls -la
8081
if grep -iq "DeprecationWarning:" export_logs.txt; then
8182
echo "Found a Deprecation warning, please fix."

0 commit comments

Comments
 (0)