Skip to content

Commit 1d8fd9e

Browse files
committed
Ensure tests in GH actions run correctly
1 parent 21de02c commit 1d8fd9e

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Test
17-
uses: isbang/compose-action@v1.4.1
18-
with:
19-
compose-file: './docker-compose.yml'
20-
down-flags: '--volumes'
21-
services: |
22-
tests
17+
run: docker compose run --rm tests

0 commit comments

Comments
 (0)