We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02afc3 commit a0eaae3Copy full SHA for a0eaae3
1 file changed
.github/workflows/sonarcloud.yml
@@ -42,6 +42,9 @@ jobs:
42
run: |
43
chmod +x $SCRIPT_FOLDER/*.sh
44
45
+ - name: Set Poetry to use in-project venvs
46
+ run: poetry config virtualenvs.in-project true
47
+
48
- name: Cache Poetry virtualenv (filenameprocessor)
49
uses: actions/cache@v4
50
with:
@@ -126,7 +129,7 @@ jobs:
126
129
continue-on-error: true
127
130
128
131
$TEST_SCRIPT 3.11 \
- "delta" \
132
+ "delta_backend" \
133
"delta.xml"
134
135
# - name: Run unittest with coverage-fhir-api
0 commit comments