Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #220 from JaneJeon/debug
Browse files Browse the repository at this point in the history
try removing the latest version to see if it's a node thing
  • Loading branch information
JaneJeon authored Dec 25, 2021
2 parents e76ac0d + e3803b0 commit b418036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
CACHE_KEY: npm-cache-key-node-v${{ matrix.node-version }}
- run: npm ci
- run: docker-compose up -d
- run: docker compose up -d
- name: Test
run: npm test -- --ci --runInBand --reporters=default --reporters=jest-junit
env:
Expand All @@ -60,5 +60,3 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: reports/jest-node*/*.xml
- run: docker-compose down
if: always()
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
database:
image: postgres:13-alpine
image: postgres:12-alpine
ports:
- 5432:5432
env_file:
Expand Down

0 comments on commit b418036

Please sign in to comment.