We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adccce1 commit 631fa48Copy full SHA for 631fa48
1 file changed
.github/workflows/run-tests.yml
@@ -38,8 +38,8 @@ jobs:
38
--health-interval 10s
39
--health-timeout 5s
40
--health-retries 5
41
- volumes:
42
- - ./database:/var/lib/postgresql/data
+ # volumes:
+ # - ./database:/var/lib/postgresql/data
43
44
steps:
45
- name: Wait for PostgreSQL
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Run tests
67
run: yarn coverage
68
-
+
69
- name: Get an appropriate name for an artifact
70
run: echo "ARTIFACT_NAME=coverage-${{ matrix.branch }}" | tr -d ':<>|*?\r\n\/\\' >> $GITHUB_ENV
71
@@ -74,7 +74,7 @@ jobs:
74
with:
75
name: ${{ env.ARTIFACT_NAME }}
76
path: coverage
77
78
79
report-coverage:
80
needs: tests
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
- name: Download coverage artifacts for the main branch
103
uses: actions/download-artifact@v4
104
0 commit comments