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 4a2e43b commit d677b49Copy full SHA for d677b49
.github/workflows/ci-cd.yml
@@ -123,24 +123,11 @@ jobs:
123
- name: Run frontend tests
124
run: docker-compose run nodejs bash -c "gulp dev && karma start --single-run && gulp staging"
125
126
+
127
backend-test:
128
name: Backend Tests
129
runs-on: ubuntu-latest
130
needs: build
- services:
131
- postgres:
132
- image: postgres:14
133
- env:
134
- POSTGRES_USER: postgres
135
- POSTGRES_PASSWORD: postgres
136
- POSTGRES_DB: evalai_test
137
- options: >-
138
- --health-cmd pg_isready
139
- --health-interval 10s
140
- --health-timeout 5s
141
- --health-retries 5
142
- ports:
143
- - 5432:5432
144
steps:
145
- uses: actions/checkout@v3
146
0 commit comments