Skip to content

Commit fd3b4ea

Browse files
committed
Added docker pulls for images used in tests
1 parent 7a52ba3 commit fd3b4ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
-
18-
name: Set up Docker Compose
19-
uses: docker/setup-compose-action@v1
17+
- uses: docker/setup-compose-action@v1
2018
- uses: actions/checkout@v4
19+
- run: docker pull adminer
20+
- run: docker pull postgres
2121
- run: npm ci
2222
- run: npm run build
2323
- run: npm run test

0 commit comments

Comments
 (0)