Skip to content

Commit

Permalink
ci: Update continuous integration workflow to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Sep 9, 2024
1 parent 59f9b93 commit 5bc6755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ on:

jobs:
docker-compose-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Launch the Docker
run: docker-compose -f docker/docker-compose.yml up --detach
run: docker compose -f docker/docker-compose.yml up --detach
- name: Run BATS Bash unit-tests
run: |
docker exec realtime_docker bash -c '
Expand Down

0 comments on commit 5bc6755

Please sign in to comment.