We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b96497 commit dda6121Copy full SHA for dda6121
.github/workflows/test_all.yml
@@ -30,5 +30,6 @@ jobs:
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Test
32
run: |
33
+ echo "$GITHUB_REF"
34
python3 -m unittest
35
python3 scripts/validate_my_definition.py -d alsdkdefs/apis/assets_query/
0 commit comments