Skip to content

Commit f7da86e

Browse files
authored
Merge pull request #1 from cspray/task/test-github-action
Test GitHub action testing correctly
2 parents 21de02c + 1d8fd9e commit f7da86e

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)