Skip to content

Commit 36e77a2

Browse files
committed
ci: fix test action and update checkout version
1 parent e38c8d1 commit 36e77a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111
steps:
1212
- name: Checkout source code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Build images
16-
run: docker-compose build
16+
run: docker compose build
1717

1818
- name: Run tests
1919
env:
2020
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
21-
run: docker-compose run -e COVERALLS_REPO_TOKEN test
21+
run: docker compose run -e COVERALLS_REPO_TOKEN test

0 commit comments

Comments
 (0)