Skip to content

Commit a0eaae3

Browse files
committed
delta_backend
1 parent c02afc3 commit a0eaae3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
run: |
4343
chmod +x $SCRIPT_FOLDER/*.sh
4444
45+
- name: Set Poetry to use in-project venvs
46+
run: poetry config virtualenvs.in-project true
47+
4548
- name: Cache Poetry virtualenv (filenameprocessor)
4649
uses: actions/cache@v4
4750
with:
@@ -126,7 +129,7 @@ jobs:
126129
continue-on-error: true
127130
run: |
128131
$TEST_SCRIPT 3.11 \
129-
"delta" \
132+
"delta_backend" \
130133
"delta.xml"
131134
132135
# - name: Run unittest with coverage-fhir-api

0 commit comments

Comments
 (0)