Skip to content

Commit 631fa48

Browse files
committed
fix: api tests workflow comment volumes
1 parent adccce1 commit 631fa48

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
--health-interval 10s
3939
--health-timeout 5s
4040
--health-retries 5
41-
volumes:
42-
- ./database:/var/lib/postgresql/data
41+
# volumes:
42+
# - ./database:/var/lib/postgresql/data
4343

4444
steps:
4545
- name: Wait for PostgreSQL
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Run tests
6767
run: yarn coverage
68-
68+
6969
- name: Get an appropriate name for an artifact
7070
run: echo "ARTIFACT_NAME=coverage-${{ matrix.branch }}" | tr -d ':<>|*?\r\n\/\\' >> $GITHUB_ENV
7171

@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
name: ${{ env.ARTIFACT_NAME }}
7676
path: coverage
77-
77+
7878

7979
report-coverage:
8080
needs: tests
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
name: ${{ env.ARTIFACT_NAME }}
100100
path: coverage
101-
101+
102102
- name: Download coverage artifacts for the main branch
103103
uses: actions/download-artifact@v4
104104
with:

0 commit comments

Comments
 (0)