Skip to content

Commit 5bc6755

Browse files
committed
ci: Update continuous integration workflow to latest version
1 parent 59f9b93 commit 5bc6755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313

1414
jobs:
1515
docker-compose-build:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
with:
2121
submodules: 'recursive'
2222
- name: Launch the Docker
23-
run: docker-compose -f docker/docker-compose.yml up --detach
23+
run: docker compose -f docker/docker-compose.yml up --detach
2424
- name: Run BATS Bash unit-tests
2525
run: |
2626
docker exec realtime_docker bash -c '

0 commit comments

Comments
 (0)